diff options
| author | Miguel Ojeda <ojeda@kernel.org> | 2021-10-16 13:23:41 +0200 |
|---|---|---|
| committer | Miguel Ojeda <ojeda@kernel.org> | 2021-10-20 04:03:43 +0200 |
| commit | 63d788257562ecac2614005fea0c9a8aece1ec37 (patch) | |
| tree | a09e3adc1e5fc7ed60b3f46f39489a51a59e86c7 /library/alloc/src | |
| parent | 42983a28ab3c70728da7a9b932b667c978dd898d (diff) | |
| download | rust-63d788257562ecac2614005fea0c9a8aece1ec37.tar.gz rust-63d788257562ecac2614005fea0c9a8aece1ec37.zip | |
Stabilize `option_result_unwrap_unchecked`
Closes https://github.com/rust-lang/rust/issues/81383. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'library/alloc/src')
| -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 285d7755c06..9c6bb5dce1a 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -112,7 +112,6 @@ #![feature(maybe_uninit_slice)] #![cfg_attr(test, feature(new_uninit))] #![feature(nonnull_slice_from_raw_parts)] -#![feature(option_result_unwrap_unchecked)] #![feature(pattern)] #![feature(ptr_internals)] #![feature(receiver_trait)] |
