about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-03-04 12:16:51 +0000
committerbors <bors@rust-lang.org>2015-03-04 12:16:51 +0000
commitbdf6e4fcf5ed8b8fe3c281040414e4f6a6afb8d6 (patch)
tree609f5fc3b538d928ad4f36691110c2928779c358 /src/liballoc
parent6e055c3f0041067000dfae7bbc2b0383a8fed19e (diff)
parent55ce45e7b52a0a360cf88cba71f59f7d3e9b2346 (diff)
downloadrust-bdf6e4fcf5ed8b8fe3c281040414e4f6a6afb8d6.tar.gz
rust-bdf6e4fcf5ed8b8fe3c281040414e4f6a6afb8d6.zip
Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index b1fdf139b0c..7c65a99d4b0 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -73,7 +73,6 @@
 #![feature(unboxed_closures)]
 #![feature(unsafe_no_drop_flag)]
 #![feature(core)]
-#![feature(unique)]
 #![cfg_attr(test, feature(test, alloc, rustc_private))]
 #![cfg_attr(all(not(feature = "external_funcs"), not(feature = "external_crate")),
             feature(libc))]