about summary refs log tree commit diff
path: root/src/libstd/rope.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/rope.rs')
-rw-r--r--src/libstd/rope.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/rope.rs b/src/libstd/rope.rs
index c7601f6b6b5..f8aef2c5f1e 100644
--- a/src/libstd/rope.rs
+++ b/src/libstd/rope.rs
@@ -33,8 +33,6 @@
  * * access to a character by index is logarithmic (linear in strings);
  */
 
-#[forbid(deprecated_mode)];
-
 use core::cast;
 use core::char;
 use core::option;