rustdoc: Add rustdocs
This commit is contained in:
parent
5fbadd24ec
commit
e23e45bc6d
10 changed files with 39 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
#[doc =
|
||||
"Pulls type information out of the AST and attaches it to the document"];
|
||||
|
||||
import rustc::syntax::ast;
|
||||
import rustc::syntax::print::pprust;
|
||||
import rustc::middle::ast_map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue