Remove unused feature gate from libcore

This commit is contained in:
Oliver Scherer 2018-11-27 11:00:44 +01:00
parent ac47bd725f
commit 25d1c073d1

View file

@ -120,7 +120,6 @@
#![feature(const_slice_len)]
#![feature(const_str_as_bytes)]
#![feature(const_str_len)]
#![cfg_attr(stage0, feature(const_let))]
#![feature(const_int_rotate)]
#![feature(const_int_wrapping)]
#![feature(const_int_sign)]