about summary refs log tree commit diff
path: root/src/libflate/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libflate/lib.rs')
-rw-r--r--src/libflate/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libflate/lib.rs b/src/libflate/lib.rs
index 6ac311fe4b6..f38440d86c6 100644
--- a/src/libflate/lib.rs
+++ b/src/libflate/lib.rs
@@ -21,7 +21,6 @@
 #![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/nightly/")]
-#![feature(unboxed_closures, associated_types)]
 
 #[cfg(test)] #[macro_use] extern crate log;