Skip to content

Commit 0b49e30

Browse files
committed
fix
1 parent 086a5fb commit 0b49e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ use std::fmt;
4242
use std::hash::{Hash, Hasher};
4343
use std::iter::FromIterator;
4444
use std::ops::Deref;
45-
use rustc_data_structures::sync::{par_iter, Send, Sync, Lrc};
45+
use rustc_data_structures::sync::{ParallelIterator, par_iter, Send, Sync, Lrc};
4646
use std::slice;
4747
use std::vec::IntoIter;
4848
use std::mem;

0 commit comments

Comments
 (0)