aboutsummaryrefslogtreecommitdiff
path: root/libcollections/lib.rs
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-06-06 23:05:39 +0300
committerpravic <[email protected]>2016-06-06 23:05:39 +0300
commitddc401e0bf4f972bc2916601797d12bb97c5f1dc (patch)
tree8aa799e4fdf089c5060f3ea8b567943681603b85 /libcollections/lib.rs
parentupdate libcore to 2016-04-29 nightly (diff)
downloadkmd-env-rs-ddc401e0bf4f972bc2916601797d12bb97c5f1dc.tar.xz
kmd-env-rs-ddc401e0bf4f972bc2916601797d12bb97c5f1dc.zip
update to 2016-06-06
Diffstat (limited to 'libcollections/lib.rs')
-rw-r--r--libcollections/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcollections/lib.rs b/libcollections/lib.rs
index 34e4a42..6ab66fc 100644
--- a/libcollections/lib.rs
+++ b/libcollections/lib.rs
@@ -27,7 +27,6 @@
test(no_crate_inject, attr(allow(unused_variables), deny(warnings))))]
#![cfg_attr(test, allow(deprecated))] // rand
-#![cfg_attr(not(test), feature(slice_binary_search_by_key))] // impl [T]
#![cfg_attr(not(stage0), deny(warnings))]
#![feature(alloc)]