diff options
| author | Waffle Lapkin <waffle.lapkin@gmail.com> | 2025-02-07 04:22:52 +0100 |
|---|---|---|
| committer | Waffle Lapkin <waffle.lapkin@gmail.com> | 2025-02-23 15:16:26 +0100 |
| commit | bf3ed81c206c7b4eb1b491e8c0d9545efa2e14a0 (patch) | |
| tree | 2f7191b08805f815bf98467461704ccb7f7b89bd /library/alloc | |
| parent | 1805b3348341e0918912ab61cb1dffad41648d23 (diff) | |
| download | rust-bf3ed81c206c7b4eb1b491e8c0d9545efa2e14a0.tar.gz rust-bf3ed81c206c7b4eb1b491e8c0d9545efa2e14a0.zip | |
Stabilize `core::str::from_utf8_mut`
Diffstat (limited to 'library/alloc')
| -rw-r--r-- | library/alloc/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/tests/lib.rs b/library/alloc/tests/lib.rs index f95be6a6df0..e003625f254 100644 --- a/library/alloc/tests/lib.rs +++ b/library/alloc/tests/lib.rs @@ -29,7 +29,6 @@ #![feature(string_remove_matches)] #![feature(const_btree_len)] #![feature(const_trait_impl)] -#![feature(const_str_from_utf8)] #![feature(panic_update_hook)] #![feature(pointer_is_aligned_to)] #![feature(test)] |
