Replace StrExt with inherent str methods in libcore
This commit is contained in:
parent
90f29fbdb1
commit
f0705bf033
11 changed files with 1766 additions and 1741 deletions
|
@ -91,6 +91,7 @@
|
|||
#![feature(const_fn)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![cfg_attr(stage0, feature(core_slice_ext))]
|
||||
#![cfg_attr(stage0, feature(core_str_ext))]
|
||||
#![feature(custom_attribute)]
|
||||
#![feature(dropck_eyepatch)]
|
||||
#![feature(exact_size_is_empty)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue