diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 10:08:40 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 10:08:40 -0700 |
| commit | 956c2eb257a4ac69371144e64be3e8c7cce8cb07 (patch) | |
| tree | 10ff68950ad7982fdc0a77a82f979234fbd0f1a8 /src/libsyntax | |
| parent | 169231dc83b3078fd19d193ff422628f03e20a44 (diff) | |
| parent | 36ef29abf7fa14dc9361d6b30ff7f8d18bfb4157 (diff) | |
| download | rust-956c2eb257a4ac69371144e64be3e8c7cce8cb07.tar.gz rust-956c2eb257a4ac69371144e64be3e8c7cce8cb07.zip | |
rollup merge of #23738: alexcrichton/snapshots
Conflicts: src/libcollections/vec.rs
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 72498afa320..cf4594f514b 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -49,7 +49,7 @@ extern crate libc; #[macro_use] extern crate log; #[macro_use] #[no_link] extern crate rustc_bitflags; -extern crate "serialize" as rustc_serialize; // used by deriving +extern crate serialize as rustc_serialize; // used by deriving pub mod util { pub mod interner; |
