about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2015-09-14 01:24:27 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2015-09-17 14:13:13 +0300
commit357982fae4ac7be0f6e0065399606f2d78618aaf (patch)
tree89dc7fc6e4b4d80d1dcba57bc114ea63e6352eb5 /src/libstd
parent50e42ea9f70361ccd71682070c01ea808891f0ce (diff)
downloadrust-357982fae4ac7be0f6e0065399606f2d78618aaf.tar.gz
rust-357982fae4ac7be0f6e0065399606f2d78618aaf.zip
Workaround for imports with empty braces
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 6eabf5d69a2..774d13966bd 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -201,7 +201,6 @@
 
 #![feature(alloc)]
 #![feature(allow_internal_unstable)]
-#![feature(arc_weak)]
 #![feature(associated_consts)]
 #![feature(borrow_state)]
 #![feature(box_syntax)]