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

@ -70,7 +70,6 @@ This API is completely unstable and subject to change.
#![feature(lazy_cell)]
#![feature(slice_partition_dedup)]
#![feature(try_blocks)]
#![feature(is_some_and)]
#![feature(type_alias_impl_trait)]
#![recursion_limit = "256"]