File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ DEPS_rustc_driver := arena flate getopts graphviz libc rustc rustc_back rustc_bo
96
96
rustc_typeck rustc_mir rustc_resolve log syntax serialize rustc_llvm \
97
97
rustc_trans rustc_privacy rustc_lint rustc_front
98
98
99
- DEPS_rustc_front := std syntax log serialize rustc_data_structures
99
+ DEPS_rustc_front := std syntax log serialize
100
100
DEPS_rustc_lint := rustc log syntax
101
101
DEPS_rustc_llvm := native:rustllvm libc std rustc_bitflags
102
102
DEPS_rustc_mir := rustc rustc_front syntax
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ extern crate syntax;
45
45
#[ macro_use]
46
46
#[ no_link]
47
47
extern crate rustc_bitflags;
48
- extern crate rustc_data_structures;
49
48
50
49
extern crate serialize as rustc_serialize; // used by deriving
51
50
You can’t perform that action at this time.
0 commit comments