1
Fork 0

Change feature name to is_some_and

This commit is contained in:
Cameron Steffen 2022-06-23 13:17:42 -05:00
parent 2f83134e37
commit 4f12de0660
7 changed files with 11 additions and 11 deletions

View file

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