Change feature name to is_some_and
This commit is contained in:
parent
2f83134e37
commit
4f12de0660
7 changed files with 11 additions and 11 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue