Skip to content

Commit ba69a73

Browse files
committed
rustc: Cleanup
1 parent 442d0a7 commit ba69a73

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/rustc/syntax.rs

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,7 @@ export print;
2020
import rustsyntax::parse;
2121
export parse;
2222

23-
export ast;
24-
export ast_util;
25-
export visit;
26-
export fold;
27-
export ext;
23+
import rustsyntax::util;
2824
export util;
2925

30-
mod util {
31-
import rustsyntax::util::interner;
32-
export interner;
33-
}
26+
export ext;

0 commit comments

Comments
 (0)