diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2015-06-10 02:40:45 +0300 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2015-06-10 02:40:45 +0300 |
| commit | 76eaed44d9a4556bbbd603200d805175c8ebf18e (patch) | |
| tree | 3b0246a4e3f8ba19546a6fc7faa30e46fde13867 /src/libsyntax/lib.rs | |
| parent | 7b0f2af27f18b6c81fe6a2faab0ba96e0da3bba5 (diff) | |
| download | rust-76eaed44d9a4556bbbd603200d805175c8ebf18e.tar.gz rust-76eaed44d9a4556bbbd603200d805175c8ebf18e.zip | |
syntax: move ast_map to librustc.
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 20f8c9707bf..11c4b0f1261 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -35,7 +35,6 @@ #![feature(str_char)] #![feature(unicode)] -extern crate arena; extern crate fmt_macros; extern crate serialize; extern crate term; @@ -82,7 +81,6 @@ pub mod syntax { pub mod abi; pub mod ast; -pub mod ast_map; pub mod ast_util; pub mod attr; pub mod codemap; |
