diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2021-10-31 09:20:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-31 09:20:27 +0100 |
| commit | d4bdcdb1ec1c166c5ba67459511e471c4ad2a0ab (patch) | |
| tree | d1bd8ba52866ab0b335f7b8c44cec127ac504b1c /library/alloc | |
| parent | 95750ae4394b4575df24e2d1484a823ca2988231 (diff) | |
| parent | 63d788257562ecac2614005fea0c9a8aece1ec37 (diff) | |
| download | rust-d4bdcdb1ec1c166c5ba67459511e471c4ad2a0ab.tar.gz rust-d4bdcdb1ec1c166c5ba67459511e471c4ad2a0ab.zip | |
Rollup merge of #89951 - ojeda:stable-unwrap_unchecked, r=dtolnay
Stabilize `option_result_unwrap_unchecked` Closes https://github.com/rust-lang/rust/issues/81383. Stabilization report: https://github.com/rust-lang/rust/issues/81383#issuecomment-944498212. ```@rustbot``` label +A-option-result +T-libs-api
Diffstat (limited to 'library/alloc')
| -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 5e6fe3b9b32..34d2cfc8e2c 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)] |
