We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086a5fb commit 0b49e30Copy full SHA for 0b49e30
src/librustc/ty/mod.rs
@@ -42,7 +42,7 @@ use std::fmt;
42
use std::hash::{Hash, Hasher};
43
use std::iter::FromIterator;
44
use std::ops::Deref;
45
-use rustc_data_structures::sync::{par_iter, Send, Sync, Lrc};
+use rustc_data_structures::sync::{ParallelIterator, par_iter, Send, Sync, Lrc};
46
use std::slice;
47
use std::vec::IntoIter;
48
use std::mem;
0 commit comments