From d20183dbbff4b59da48aedf28e1eb38f55681b58 Mon Sep 17 00:00:00 2001 From: csmoe Date: Thu, 26 Sep 2019 05:30:10 +0000 Subject: remove bit_set re-export from rustc_data_structures --- src/librustc_data_structures/graph/implementation/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librustc_data_structures/graph/implementation') diff --git a/src/librustc_data_structures/graph/implementation/mod.rs b/src/librustc_data_structures/graph/implementation/mod.rs index d2699004c81..052a09c0774 100644 --- a/src/librustc_data_structures/graph/implementation/mod.rs +++ b/src/librustc_data_structures/graph/implementation/mod.rs @@ -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; -- cgit 1.4.1-3-g733a5