diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-04-07 21:56:02 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-21 09:47:37 +0200 |
| commit | f0705bf033363757a8a2901cd1a7bd76f0fea820 (patch) | |
| tree | acf32897096a473c675c4112efcbce258c3c91e2 /src/liballoc/lib.rs | |
| parent | 90f29fbdb105b65e8ddb2b5c8b834b8db32ef9ef (diff) | |
| download | rust-f0705bf033363757a8a2901cd1a7bd76f0fea820.tar.gz rust-f0705bf033363757a8a2901cd1a7bd76f0fea820.zip | |
Replace StrExt with inherent str methods in libcore
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 52011303543..702d7b70cd3 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -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)] |
