Rollup merge of #52104 - tmccombs:repr_trans_stable, r=Mark-Simulacrum

Remove unnecessary feature gate.

To fix a warning.
This commit is contained in:
Mark Rousskov 2018-07-06 21:29:18 -06:00 committed by GitHub
commit f69baa92e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)]