Stabilize option_result_unwrap_unchecked
Closes https://github.com/rust-lang/rust/issues/81383. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
parent
42983a28ab
commit
63d7882575
4 changed files with 3 additions and 11 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue