Skip to content

Commit e12dd43

Browse files
committed
Move "rust releases" below "how to use"
For whatever reason, I feel like this flows a little better as "how to read" is directly tied to the audience (the reader). It also doesn't seem to be a very high priority section to me.
1 parent 79da817 commit e12dd43

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/introduction.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ The audience for this book includes:
1212

1313
See the [scope chapter] for a detailed explanation of what constitutes the Reference.
1414

15-
## Rust releases
16-
17-
Rust has a new language release every six weeks. The first stable release of the language was Rust 1.0.0, followed by Rust 1.1.0 and so on. Tools (`rustc`, `cargo`, etc.) and documentation ([Standard library], this book, etc.) are released with the language release.
18-
19-
The latest release of this book, matching the latest Rust version, can always be found at <https://doc.rust-lang.org/reference/>. Prior versions can be found by adding the Rust version before the "reference" directory. For example, the Reference for Rust 1.49.0 is located at <https://doc.rust-lang.org/1.49.0/reference/>.
20-
2115
## What *The Reference* is not
2216

2317
This book does not serve as an introduction to the language. Background familiarity with the language is assumed. A separate [book] is available to help acquire such background familiarity.
@@ -45,6 +39,12 @@ That said, there is no wrong way to read this book. Read it however you feel hel
4539
> [!NOTE]
4640
> For known bugs and omissions in this book, see our [GitHub issues]. If you see a case where the compiler behavior and the text here do not agree, file an issue so we can think about which is correct.
4741
42+
## Rust releases
43+
44+
Rust has a new language release every six weeks. The first stable release of the language was Rust 1.0.0, followed by Rust 1.1.0 and so on. Tools (`rustc`, `cargo`, etc.) and documentation ([Standard library], this book, etc.) are released with the language release.
45+
46+
The latest release of this book, matching the latest Rust version, can always be found at <https://doc.rust-lang.org/reference/>. Prior versions can be found by adding the Rust version before the "reference" directory. For example, the Reference for Rust 1.49.0 is located at <https://doc.rust-lang.org/1.49.0/reference/>.
47+
4848
## Contributing
4949

5050
We welcome contributions of all kinds.

0 commit comments

Comments
 (0)