about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorEduard Burtescu <edy.burt@gmail.com>2014-10-02 00:19:55 +0300
committerEduard Burtescu <edy.burt@gmail.com>2014-10-02 17:02:03 +0300
commitdb55e70c977f9e2a70e62ea819755ef02009db8e (patch)
tree039c08384f8ef9a2145459a9ba8bb84debc48d54 /src/libstd/lib.rs
parentaa0b350c9798ca1ca1b0b82aec66f7ee2bac76ff (diff)
downloadrust-db55e70c977f9e2a70e62ea819755ef02009db8e.tar.gz
rust-db55e70c977f9e2a70e62ea819755ef02009db8e.zip
syntax: mark the managed_boxes feature as Removed.
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index f6c37b6cfc3..19b4d430562 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -106,7 +106,7 @@
        html_playground_url = "http://play.rust-lang.org/")]
 
 #![allow(unknown_features)]
-#![feature(macro_rules, globs, managed_boxes, linkage)]
+#![feature(macro_rules, globs, linkage)]
 #![feature(default_type_params, phase, lang_items, unsafe_destructor)]
 #![feature(import_shadowing, slicing_syntax)]