about summary refs log tree commit diff
path: root/src/libcore/num/float.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/num/float.rs')
-rw-r--r--src/libcore/num/float.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libcore/num/float.rs b/src/libcore/num/float.rs
index 32cda029cd1..f5ae05ebffb 100644
--- a/src/libcore/num/float.rs
+++ b/src/libcore/num/float.rs
@@ -8,10 +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)];
-
 //! Operations and constants for `float`
 
 // Even though this module exports everything defined in it,