about summary refs log tree commit diff
path: root/src/libhexfloat
diff options
context:
space:
mode:
Diffstat (limited to 'src/libhexfloat')
-rw-r--r--src/libhexfloat/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs
index ae7a3e66dfd..2fcc3b9691a 100644
--- a/src/libhexfloat/lib.rs
+++ b/src/libhexfloat/lib.rs
@@ -46,7 +46,7 @@ fn main() {
 #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "http://www.rust-lang.org/favicon.ico",
        html_root_url = "http://doc.rust-lang.org/master/")]
-#![feature(plugin_registrar, managed_boxes)]
+#![feature(plugin_registrar)]
 
 extern crate syntax;
 extern crate rustc;