]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnay
authorYuki Okushi <huyuumi.dev@gmail.com>
Thu, 25 Mar 2021 00:07:26 +0000 (09:07 +0900)
committerGitHub <noreply@github.com>
Thu, 25 Mar 2021 00:07:26 +0000 (09:07 +0900)
commit29e64e913a976cb55b88c691fcfd2c0cf6a41b65
treeb40f828ba88ddf8cf09d6a907dba856169a739b0
parenta6ababb162348e290be52883f43e48bfba5ef9e4
parent8dc0ae24bcafeb52259ae20fcad29185acf31fcc
Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnay

Remove Option::{unwrap_none, expect_none}.

This removes `Option::unwrap_none` and `Option::expect_none` since we're not going to stabilize them, see https://github.com/rust-lang/rust/issues/62633.

Closes #62633
library/core/tests/lib.rs