Skip to content

Commit 421be27

Browse files
committed
Remove callout of lang != compiler
1 parent ef79042 commit 421be27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/introduction.md

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ Rust has a new language release every six weeks.
2121
The first stable release of the language was Rust 1.0.0, followed by Rust 1.1.0 and so on.
2222
Tools (`rustc`, `cargo`, etc.) and documentation ([Standard library], this book, etc.) are released with the language release.
2323

24-
While tools often have the same version as the Rust language, the language exists as its own concept separately from them.
25-
2624
The latest release of this book, matching the latest Rust version, can always be found at <https://doc.rust-lang.org/reference/>.
2725
Prior versions can be found by adding the Rust version before the "reference" directory.
2826
For example, the Reference for Rust 1.49.0 is located at <https://doc.rust-lang.org/1.49.0/reference/>.

0 commit comments

Comments
 (0)