about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2014-12-12 18:43:07 -0800
committerSteven Fackler <sfackler@gmail.com>2014-12-15 22:48:54 -0800
commit24a8ef63ff786dd702d428f73fd64aac2a828f19 (patch)
tree6f47ec4857a28ae6b8f01e20742d089edf2dcd1a /src/liballoc/lib.rs
parentb497f050081886803682adc081ddb1e8c4a59a57 (diff)
downloadrust-24a8ef63ff786dd702d428f73fd64aac2a828f19.tar.gz
rust-24a8ef63ff786dd702d428f73fd64aac2a828f19.zip
Move hash module from collections to core
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 0b27fbd4404..61b5d43d1cb 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -64,7 +64,7 @@
        html_root_url = "http://doc.rust-lang.org/nightly/")]
 
 #![no_std]
-#![feature(lang_items, phase, unsafe_destructor)]
+#![feature(lang_items, phase, unsafe_destructor, default_type_params)]
 
 #[phase(plugin, link)]
 extern crate core;