about summary refs log tree commit diff
path: root/src/libcore/gc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/gc.rs')
-rw-r--r--src/libcore/gc.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcore/gc.rs b/src/libcore/gc.rs
index 8150bfbe0ee..d0c40ccf19a 100644
--- a/src/libcore/gc.rs
+++ b/src/libcore/gc.rs
@@ -35,9 +35,6 @@ with destructors.
 
 */
 
-// NB: transitionary, de-mode-ing.
-#[forbid(deprecated_mode)];
-#[forbid(deprecated_pattern)];
 // Transitional
 #[allow(structural_records)];