about summary refs log tree commit diff
path: root/src/libcore/prelude.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/prelude.rs')
-rw-r--r--src/libcore/prelude.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/prelude.rs b/src/libcore/prelude.rs
index 558e451ee8c..c175b83e760 100644
--- a/src/libcore/prelude.rs
+++ b/src/libcore/prelude.rs
@@ -29,7 +29,7 @@
 //! ```
 
 // Reexported core operators
-pub use markers::{Copy, Send, Sized, Sync};
+pub use marker::{Copy, Send, Sized, Sync};
 pub use ops::{Drop, Fn, FnMut, FnOnce};
 
 // Reexported functions