about summary refs log tree commit diff
path: root/src/libcore/lib.rs
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2018-07-06 01:06:17 -0600
committerThayne McCombs <astrothayne@gmail.com>2018-07-06 01:06:17 -0600
commit15a196ec3684bfe03c9db219e17b064f4e65647e (patch)
tree56b8d96b980bbec0764d66e8aff4727355204095 /src/libcore/lib.rs
parenta8403e1cda2e0cba4f2c7282ab5adb5392bef473 (diff)
downloadrust-15a196ec3684bfe03c9db219e17b064f4e65647e.tar.gz
rust-15a196ec3684bfe03c9db219e17b064f4e65647e.zip
Remove unnecessary feature gate.
To fix a warning.
Diffstat (limited to 'src/libcore/lib.rs')
-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)]