about summary refs log tree commit diff
path: root/src/libcollections/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-06 15:57:50 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-06 16:10:37 -0800
commit56a9e2fcd5f0b737df81a39b22f72a55c95b44a2 (patch)
treec49c538f8e87842bb6371f97ece94ceaa0bcca8e /src/libcollections/lib.rs
parent26cd8eae48ea99bda183c5224bc423991ccfaf1f (diff)
downloadrust-56a9e2fcd5f0b737df81a39b22f72a55c95b44a2.tar.gz
rust-56a9e2fcd5f0b737df81a39b22f72a55c95b44a2.zip
Test fixes and rebase conflicts
Diffstat (limited to 'src/libcollections/lib.rs')
-rw-r--r--src/libcollections/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs
index d2eaaade7b6..30451022860 100644
--- a/src/libcollections/lib.rs
+++ b/src/libcollections/lib.rs
@@ -21,6 +21,7 @@
        html_root_url = "http://doc.rust-lang.org/nightly/",
        html_playground_url = "http://play.rust-lang.org/")]
 
+#![allow(unknown_features)]
 #![feature(unsafe_destructor, slicing_syntax)]
 #![feature(old_impl_check)]
 #![no_std]