about summary refs log tree commit diff
path: root/src/libstd/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/libstd/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/libstd/lib.rs')
-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 912045453e0..b3e4351e9b2 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -278,7 +278,6 @@
 #![feature(unboxed_closures)]
 #![feature(unicode)]
 #![feature(unique)]
-#![cfg_attr(stage0, feature(unsafe_no_drop_flag))]
 #![feature(unwind_attributes)]
 #![feature(vec_push_all)]
 #![feature(zero_one)]