about summary refs log tree commit diff
path: root/src/librand/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librand/lib.rs')
-rw-r--r--src/librand/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librand/lib.rs b/src/librand/lib.rs
index 0627b461fdb..b18e36da7ea 100644
--- a/src/librand/lib.rs
+++ b/src/librand/lib.rs
@@ -504,6 +504,7 @@ mod std {
     pub use core::marker;
     // for-loops
     pub use core::iter;
+    pub use core::ops; // slicing syntax
 }
 
 #[cfg(test)]