Skip to content

Commit f69baa9

Browse files
Rollup merge of rust-lang#52104 - tmccombs:repr_trans_stable, r=Mark-Simulacrum
Remove unnecessary feature gate. To fix a warning.
2 parents e382338 + 15a196e commit f69baa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
#![feature(const_slice_len)]
123123
#![feature(const_str_as_bytes)]
124124
#![feature(const_str_len)]
125-
#![cfg_attr(stage0, feature(repr_transparent))]
126125

127126
#[prelude_import]
128127
#[allow(unused)]

0 commit comments

Comments
 (0)