diff options
| author | Zack M. Davis <code@zackmdavis.net> | 2018-06-24 19:08:02 -0700 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-06-25 21:18:50 -0500 |
| commit | a40bb3a5fbfeb165224919084e47968aa511b76c (patch) | |
| tree | fddc6c1fc341dfbdc3e3aee990387ebad967a260 /src/doc/rustc-dev-guide | |
| parent | e55064475dac7f938a29a8e717a3224fe6c80288 (diff) | |
| download | rust-a40bb3a5fbfeb165224919084e47968aa511b76c.tar.gz rust-a40bb3a5fbfeb165224919084e47968aa511b76c.zip | |
don't mention new rustdoc
Steve says it's not ready (https://github.com/rust-lang-nursery/rustc-guide/pull/150#issuecomment-395783504).
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/rustdoc.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/rustdoc.md b/src/doc/rustc-dev-guide/src/rustdoc.md index 5bdfbeb6a87..76a8b28ce7d 100644 --- a/src/doc/rustc-dev-guide/src/rustdoc.md +++ b/src/doc/rustc-dev-guide/src/rustdoc.md @@ -1,10 +1,7 @@ # The walking tour of rustdoc Rustdoc actually uses the rustc internals directly. It lives in-tree with the -compiler and standard library. This chapter is about how it works. (A new -implementation is also [under way], though). - -[under way]: https://github.com/steveklabnik/rustdoc +compiler and standard library. This chapter is about how it works. Rustdoc is implemented entirely within the crate [`librustdoc`][rd]. It runs the compiler up to the point where we have an internal representation of a |
