diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2018-07-06 21:29:18 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-06 21:29:18 -0600 |
| commit | f69baa92e43f786a144b894de1dbc2f4c944c6bd (patch) | |
| tree | b24a61d25e944031f1a1be55a792f8ec1f3e5dc8 | |
| parent | e3823388a8eed0cb64b37d8d80c09cc79f70e30c (diff) | |
| parent | 15a196ec3684bfe03c9db219e17b064f4e65647e (diff) | |
| download | rust-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.rs | 1 |
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)] |
