about summary refs log tree commit diff
path: root/src/libcore/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/lib.rs')
-rw-r--r--src/libcore/lib.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index 8134f521024..62a4fbd2e08 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -104,13 +104,6 @@ pub mod clone;
 pub mod default;
 pub mod collections;
 
-#[deprecated = "all functionality now lives in `std::cell`"]
-/// Deprecated module in favor of `std::cell`
-pub mod ty {
-    #[deprecated = "this type has been renamed to `UnsafeCell`"]
-    pub use cell::UnsafeCell as Unsafe;
-}
-
 /* Core types and methods on primitives */
 
 pub mod any;