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

@ -291,7 +291,7 @@
#![feature(hasher_prefixfree_extras)]
#![feature(hashmap_internals)]
#![feature(int_error_internals)]
#![feature(is_some_with)]
#![feature(is_some_and)]
#![feature(maybe_uninit_slice)]
#![feature(maybe_uninit_write_slice)]
#![feature(nonnull_slice_from_raw_parts)]