Remove unnecessary feature gate.

To fix a warning.
This commit is contained in:
Thayne McCombs 2018-07-06 01:06:17 -06:00
parent a8403e1cda
commit 15a196ec36

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