diff options
| author | Trevor Gross <tmgross@umich.edu> | 2023-01-28 17:06:30 -0500 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2023-02-01 02:14:07 -0500 |
| commit | 83b05ef0ee05307143e2d04db401d6085f4759b9 (patch) | |
| tree | 8ef7168a683cae7b6e515d047b0f65ffecc168c3 /library/alloc/src/lib.rs | |
| parent | ad8e1dc2863f63c35ef3ceef3064d0851a1d2582 (diff) | |
| download | rust-83b05ef0ee05307143e2d04db401d6085f4759b9.tar.gz rust-83b05ef0ee05307143e2d04db401d6085f4759b9.zip | |
Stabilize feature 'cstr_from_bytes_until_nul'
Diffstat (limited to 'library/alloc/src/lib.rs')
| -rw-r--r-- | library/alloc/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 76dabfb429d..e9cc3875f68 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -116,7 +116,6 @@ #![feature(const_eval_select)] #![feature(const_pin)] #![feature(const_waker)] -#![feature(cstr_from_bytes_until_nul)] #![feature(dispatch_from_dyn)] #![feature(error_generic_member_access)] #![feature(error_in_core)] |
