remove bit_set re-export from rustc_data_structures

This commit is contained in:
csmoe 2019-09-26 05:30:10 +00:00
parent 17990637b3
commit d20183dbbf
48 changed files with 55 additions and 42 deletions

View file

@ -12,6 +12,7 @@ test = false
[dependencies]
rustc_llvm = { path = "../librustc_llvm" }
rustc_index = { path = "../librustc_index" }
[features]
# This is used to convince Cargo to separately cache builds of `rustc_codegen_llvm`

View file

@ -11,7 +11,7 @@ use libc::c_uint;
use syntax_pos::Pos;
use rustc_data_structures::bit_set::BitSet;
use rustc_index::bit_set::BitSet;
use rustc_data_structures::indexed_vec::{Idx, IndexVec};
use syntax_pos::BytePos;