Skip to content

Commit addc949

Browse files
zackmdavismark-i-m
authored andcommitted
don't mention new rustdoc
Steve says it's not ready (#150 (comment)).
1 parent c98cd5a commit addc949

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/rustdoc.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# The walking tour of rustdoc
22

33
Rustdoc actually uses the rustc internals directly. It lives in-tree with the
4-
compiler and standard library. This chapter is about how it works. (A new
5-
implementation is also [under way], though).
6-
7-
[under way]: https://github.com/steveklabnik/rustdoc
4+
compiler and standard library. This chapter is about how it works.
85

96
Rustdoc is implemented entirely within the crate [`librustdoc`][rd]. It runs
107
the compiler up to the point where we have an internal representation of a

0 commit comments

Comments
 (0)