We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98cd5a commit addc949Copy full SHA for addc949
src/rustdoc.md
@@ -1,10 +1,7 @@
1
# The walking tour of rustdoc
2
3
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
+compiler and standard library. This chapter is about how it works.
8
9
Rustdoc is implemented entirely within the crate [`librustdoc`][rd]. It runs
10
the compiler up to the point where we have an internal representation of a
0 commit comments