Skip to content

Commit

Permalink
Remove unnecessary feature gate.
Browse files Browse the repository at this point in the history
To fix a warning.
  • Loading branch information
tmccombs committed Jul 6, 2018
1 parent a8403e1 commit 15a196e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 15a196e

Please sign in to comment.