Stabilize is_some_and

This commit is contained in:
Jonas Platte 2023-04-06 21:54:05 +02:00
parent f5b8f44e5d
commit 443928f7e3
No known key found for this signature in database
GPG key ID: 7D261D771D915378
7 changed files with 3 additions and 13 deletions

View file

@ -20,7 +20,6 @@ Rust MIR: a lowered representation of Rust.
#![feature(try_blocks)]
#![feature(yeet_expr)]
#![feature(if_let_guard)]
#![feature(is_some_and)]
#![recursion_limit = "256"]
#[macro_use]