We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdf219d + 1cf6a82 commit 9d64131Copy full SHA for 9d64131
README.md
@@ -4,7 +4,7 @@ Rust is a fast systems programming language that guarantees
4
memory safety and offers painless concurrency ([no data races]).
5
It does not employ a garbage collector and has minimal runtime overhead.
6
7
-This repo contains the code for `rustc`, the Rust compiler, as well
+This repo contains the code for the compiler (`rustc`), as well
8
as standard libraries, tools and documentation for Rust.
9
10
[no data races]: http://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html
0 commit comments