1
Fork 0

Stabilized Option::unzip()

This commit is contained in:
Chase Wilson 2022-06-17 11:39:59 -05:00
parent 949a64ab20
commit 59be3e856f
No known key found for this signature in database
GPG key ID: 65D05E5367092801
2 changed files with 7 additions and 5 deletions

View file

@ -91,7 +91,6 @@
#![feature(strict_provenance)]
#![feature(trusted_random_access)]
#![feature(unsize)]
#![feature(unzip_option)]
#![feature(const_array_from_ref)]
#![feature(const_slice_from_ref)]
#![feature(waker_getters)]