rustc: Cleanup
This commit is contained in:
parent
442d0a783a
commit
ba69a738c7
1 changed files with 2 additions and 9 deletions
|
|
@ -20,14 +20,7 @@ export print;
|
|||
import rustsyntax::parse;
|
||||
export parse;
|
||||
|
||||
export ast;
|
||||
export ast_util;
|
||||
export visit;
|
||||
export fold;
|
||||
export ext;
|
||||
import rustsyntax::util;
|
||||
export util;
|
||||
|
||||
mod util {
|
||||
import rustsyntax::util::interner;
|
||||
export interner;
|
||||
}
|
||||
export ext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue