1
Fork 0

rustc: Eliminate some indirection to the syntax crate

This commit is contained in:
Brian Anderson 2012-05-13 17:12:56 -07:00
parent a2572fe77e
commit 1f52652a06
22 changed files with 49 additions and 77 deletions

View file

@ -1,6 +1,6 @@
#[doc = "Converts the Rust AST to the rustdoc document model"];
import rustc::syntax::ast;
import syntax::ast;
export from_srv, extract;