about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorEduard Burtescu <edy.burt@gmail.com>2015-07-27 13:31:48 +0300
committerEduard Burtescu <edy.burt@gmail.com>2015-07-27 13:31:48 +0300
commit5720f7055ac13cf616eb3a9a0b187440b56817d5 (patch)
tree8bb78bc851de24e3ab11a879517a0788416396d4 /src/liballoc
parentcf7e825ecdb00023f481e5648b356d40b606fa35 (diff)
downloadrust-5720f7055ac13cf616eb3a9a0b187440b56817d5.tar.gz
rust-5720f7055ac13cf616eb3a9a0b187440b56817d5.zip
Register new snapshots (2015-07-26 a5c12f4).
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index f66495c4057..fce327398e3 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -70,8 +70,6 @@
        test(no_crate_inject))]
 #![no_std]
 
-// SNAP d4432b3
-#![allow(unused_features)] // until feature(placement_in_syntax) is in snap
 #![feature(allocator)]
 #![feature(box_syntax)]
 #![feature(coerce_unsized)]