about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorJonathan Turner <jonathandturner@users.noreply.github.com>2016-09-28 20:21:52 -0700
committerGitHub <noreply@github.com>2016-09-28 20:21:52 -0700
commit02c050644bf2361dad41557b2972d6bf84604e74 (patch)
tree4cd05071a4d498466dd7ad0161037293a050396f /src/liballoc/lib.rs
parent47a335b67711d7a5cdcf7b6c2469a5adc597a54e (diff)
parent3b49c60ab71547e6dbaef086eb4cd2bb7fe9ff94 (diff)
downloadrust-02c050644bf2361dad41557b2972d6bf84604e74.tar.gz
rust-02c050644bf2361dad41557b2972d6bf84604e74.zip
Rollup merge of #36811 - brson:bootstrap, r=alexcrichton
Update bootstrap compiler
Diffstat (limited to 'src/liballoc/lib.rs')
-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 c6453da3f46..31491106d97 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -88,7 +88,6 @@
 #![feature(staged_api)]
 #![feature(unboxed_closures)]
 #![feature(unique)]
-#![cfg_attr(stage0, feature(unsafe_no_drop_flag))]
 #![feature(unsize)]
 
 #![cfg_attr(not(test), feature(fused, fn_traits, placement_new_protocol))]