about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2018-07-06 21:29:18 -0600
committerGitHub <noreply@github.com>2018-07-06 21:29:18 -0600
commitf69baa92e43f786a144b894de1dbc2f4c944c6bd (patch)
treeb24a61d25e944031f1a1be55a792f8ec1f3e5dc8
parente3823388a8eed0cb64b37d8d80c09cc79f70e30c (diff)
parent15a196ec3684bfe03c9db219e17b064f4e65647e (diff)
downloadrust-f69baa92e43f786a144b894de1dbc2f4c944c6bd.tar.gz
rust-f69baa92e43f786a144b894de1dbc2f4c944c6bd.zip
Rollup merge of #52104 - tmccombs:repr_trans_stable, r=Mark-Simulacrum
Remove unnecessary feature gate.

To fix a warning.
-rw-r--r--src/libcore/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index b2b38820a89..bbe6ae8619f 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -122,7 +122,6 @@
 #![feature(const_slice_len)]
 #![feature(const_str_as_bytes)]
 #![feature(const_str_len)]
-#![cfg_attr(stage0, feature(repr_transparent))]
 
 #[prelude_import]
 #[allow(unused)]