remove bit_set re-export from rustc_data_structures
This commit is contained in:
parent
17990637b3
commit
d20183dbbf
48 changed files with 55 additions and 42 deletions
|
|
@ -20,7 +20,7 @@
|
|||
//! the field `next_edge`). Each of those fields is an array that should
|
||||
//! be indexed by the direction (see the type `Direction`).
|
||||
|
||||
use crate::bit_set::BitSet;
|
||||
use rustc_index::bit_set::BitSet;
|
||||
use crate::snapshot_vec::{SnapshotVec, SnapshotVecDelegate};
|
||||
use std::fmt::Debug;
|
||||
use std::usize;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
use super::super::indexed_vec::IndexVec;
|
||||
use super::{DirectedGraph, WithNumNodes, WithSuccessors, WithStartNode};
|
||||
use crate::bit_set::BitSet;
|
||||
use rustc_index::bit_set::BitSet;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue