Skip to content

Commit f0705bf

Browse files
committed
Replace StrExt with inherent str methods in libcore
1 parent 90f29fb commit f0705bf

File tree

11 files changed

+1818
-1793
lines changed

11 files changed

+1818
-1793
lines changed

src/liballoc/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
#![feature(const_fn)]
9292
#![feature(core_intrinsics)]
9393
#![cfg_attr(stage0, feature(core_slice_ext))]
94+
#![cfg_attr(stage0, feature(core_str_ext))]
9495
#![feature(custom_attribute)]
9596
#![feature(dropck_eyepatch)]
9697
#![feature(exact_size_is_empty)]

0 commit comments

Comments
 (0)