about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2019-11-07 23:42:46 +0200
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-11-08 10:16:21 -0600
commitc314450b99e55852d3f40f7f7f30dd25ce283125 (patch)
tree3077abb66159ee50e31e9a58999192183a5405d8 /src/doc/rustc-dev-guide
parent3e561a3c80c6d93c4ce50612559506bb61eb74a7 (diff)
downloadrust-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.md4
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