about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/cache_aligned.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sync/mpsc/cache_aligned.rs')
-rw-r--r--src/libstd/sync/mpsc/cache_aligned.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sync/mpsc/cache_aligned.rs b/src/libstd/sync/mpsc/cache_aligned.rs
index fb1177e0350..b14a9e5d61b 100644
--- a/src/libstd/sync/mpsc/cache_aligned.rs
+++ b/src/libstd/sync/mpsc/cache_aligned.rs
@@ -1,4 +1,4 @@
-use ops::{Deref, DerefMut};
+use crate::ops::{Deref, DerefMut};
 
 #[derive(Copy, Clone, Default, PartialEq, Eq, PartialOrd, Ord, Hash)]
 #[repr(align(64))]