about summary refs log tree commit diff
path: root/src/librustc_data_structures/work_queue.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_data_structures/work_queue.rs')
-rw-r--r--src/librustc_data_structures/work_queue.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_data_structures/work_queue.rs b/src/librustc_data_structures/work_queue.rs
index 0a928de7961..06418b1051a 100644
--- a/src/librustc_data_structures/work_queue.rs
+++ b/src/librustc_data_structures/work_queue.rs
@@ -1,5 +1,5 @@
-use bit_set::BitSet;
-use indexed_vec::Idx;
+use crate::bit_set::BitSet;
+use crate::indexed_vec::Idx;
 use std::collections::VecDeque;
 
 /// A work queue is a handy data structure for tracking work left to