aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs10
1 files changed, 7 insertions, 3 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 77273a35d07..8213c4e56c4 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -4,16 +4,20 @@
#![feature(alloc)]
#![feature(box_syntax)]
-#![feature(collections)]
-#![feature(core)]
+#![feature(core_intrinsics)]
#![feature(exit_status)]
+#![feature(fnbox)]
+#![feature(hashmap_hasher)]
+#![feature(heap_api)]
+#![feature(oom)]
#![feature(optin_builtin_traits)]
#![feature(path_ext)]
#![feature(plugin)]
#![feature(rustc_private)]
+#![feature(slice_extras)]
#![feature(step_by)]
#![feature(step_trait)]
-#![feature(std_misc)]
+#![feature(thunk)]
#![feature(zero_one)]
#![plugin(string_cache_plugin)]