about summary refs log tree commit diff
path: root/src/libcore/rt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/rt.rs')
-rw-r--r--src/libcore/rt.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcore/rt.rs b/src/libcore/rt.rs
index f9de0bc91fd..33d76cb3c68 100644
--- a/src/libcore/rt.rs
+++ b/src/libcore/rt.rs
@@ -8,9 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// NB: transitionary, de-mode-ing.
-#[forbid(deprecated_mode)];
-#[forbid(deprecated_pattern)];
 //! Runtime calls emitted by the compiler.
 
 use cast::transmute;