Skip to content

Commit 15a196e

Browse files
committed
Remove unnecessary feature gate.
To fix a warning.
1 parent a8403e1 commit 15a196e

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)