rustc: Eliminate some indirection to the syntax crate
This commit is contained in:
parent
a2572fe77e
commit
1f52652a06
22 changed files with 49 additions and 77 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue