don't mention new rustdoc

Steve says it's not ready
(https://github.com/rust-lang-nursery/rustc-guide/pull/150#issuecomment-395783504).
This commit is contained in:
Zack M. Davis 2018-06-24 19:08:02 -07:00 committed by Who? Me?!
parent e39c13d458
commit 2a82c7666d
1 changed files with 1 additions and 4 deletions

View File

@ -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