remove indexed_vec re-export from rustc_data_structures

This commit is contained in:
csmoe
2019-09-26 05:38:33 +00:00
parent d20183dbbf
commit 64f61c7888
125 changed files with 168 additions and 164 deletions

View File

@@ -31,6 +31,7 @@ extern crate libc;
#[macro_use] extern crate rustc;
extern crate rustc_target;
#[macro_use] extern crate rustc_data_structures;
extern crate rustc_index;
extern crate rustc_incremental;
extern crate rustc_codegen_utils;
extern crate rustc_codegen_ssa;