Rollup merge of #126089 - wutchzone:option_take_if, r=scottmcm
Stabilize Option::take_if Closes #98934 ed: FCP complete in https://github.com/rust-lang/rust/issues/98934#issuecomment-2104627082
This commit is contained in:
commit
ccbd6c29b4
2 changed files with 1 additions and 4 deletions
|
@ -23,7 +23,6 @@
|
|||
#![feature(extract_if)]
|
||||
#![feature(if_let_guard)]
|
||||
#![feature(let_chains)]
|
||||
#![feature(option_take_if)]
|
||||
#![feature(never_type)]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
#![recursion_limit = "512"] // For rustdoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue