mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
Rollup merge of #26373 - tshepang:patch-2, r=steveklabnik
This commit is contained in:
commit
9d641316f1
@ -4,7 +4,7 @@ Rust is a fast systems programming language that guarantees
|
||||
memory safety and offers painless concurrency ([no data races]).
|
||||
It does not employ a garbage collector and has minimal runtime overhead.
|
||||
|
||||
This repo contains the code for `rustc`, the Rust compiler, as well
|
||||
This repo contains the code for the compiler (`rustc`), as well
|
||||
as standard libraries, tools and documentation for Rust.
|
||||
|
||||
[no data races]: http://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html
|
||||
|
Loading…
Reference in New Issue
Block a user