]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/vec_linked_list.rs
Rollup merge of #61389 - Zoxc:arena-cleanup, r=eddyb
[rust.git] / src / librustc_data_structures / vec_linked_list.rs
index 3b6984dd07599a562d23a82c036d41c5a1d4e71f..c00c707a435427b985b878f6dc53dae387667c51 100644 (file)
@@ -1,4 +1,4 @@
-use indexed_vec::{Idx, IndexVec};
+use crate::indexed_vec::{Idx, IndexVec};
 
 pub fn iter<Ls>(
     first: Option<Ls::LinkIndex>,