diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2019-11-07 23:42:46 +0200 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-11-08 10:16:21 -0600 |
| commit | c314450b99e55852d3f40f7f7f30dd25ce283125 (patch) | |
| tree | 3077abb66159ee50e31e9a58999192183a5405d8 /src/doc/rustc-dev-guide | |
| parent | 3e561a3c80c6d93c4ce50612559506bb61eb74a7 (diff) | |
| download | rust-c314450b99e55852d3f40f7f7f30dd25ce283125.tar.gz rust-c314450b99e55852d3f40f7f7f30dd25ce283125.zip | |
those are now documented in this guide
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/high-level-overview.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/high-level-overview.md b/src/doc/rustc-dev-guide/src/high-level-overview.md index eedb3e63245..6255590344f 100644 --- a/src/doc/rustc-dev-guide/src/high-level-overview.md +++ b/src/doc/rustc-dev-guide/src/high-level-overview.md @@ -66,10 +66,6 @@ of the compiler and not intended to be stable (though they do wind up getting used by some crates in the wild; a practice we hope to gradually phase out). -Each crate has a `README.md` file that describes, at a high-level, -what it contains, and tries to give some kind of explanation (some -better than others). - ## The main stages of compilation The Rust compiler is in a bit of transition right now. It used to be a |
