about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-06-30 21:01:05 +0000
committerbors <bors@rust-lang.org>2018-06-30 21:01:05 +0000
commit48af7714d81bfa9a30d2f0175968ca5232fa23b5 (patch)
treef0ec71c2c5f643d95dc69df02cbbc5b8cb72d11a /src/liballoc
parent74c89b023020e4c6b04acfc877a115c95ec7747b (diff)
parent3d6877496866472e1e9af9495d6989ee7ae866ef (diff)
downloadrust-48af7714d81bfa9a30d2f0175968ca5232fa23b5.tar.gz
rust-48af7714d81bfa9a30d2f0175968ca5232fa23b5.zip
Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton
Bootstrap from 1.28.0 beta
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 c054042d5a1..493448eaf88 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -105,7 +105,6 @@
 #![feature(pin)]
 #![feature(ptr_internals)]
 #![feature(ptr_offset_from)]
-#![cfg_attr(stage0, feature(repr_transparent))]
 #![feature(rustc_attrs)]
 #![feature(specialization)]
 #![feature(split_ascii_whitespace)]