]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/vec_linked_list.rs
Rollup merge of #66789 - eddyb:mir-source-scope-local-data, r=oli-obk
[rust.git] / src / librustc_data_structures / vec_linked_list.rs
index 0fb8060031843a156cf2344ec194a07bb6e95c09..7744c30655dce4b5e3167af355609d3dc7fac177 100644 (file)
@@ -1,4 +1,4 @@
-use crate::indexed_vec::{Idx, IndexVec};
+use rustc_index::vec::{Idx, IndexVec};
 
 pub fn iter<Ls>(
     first: Option<Ls::LinkIndex>,