Stabilize Option::zip

This commit is contained in:
Lzu Tao
2020-06-13 01:27:14 +00:00
parent f4fbb93113
commit 8b2092803e
4 changed files with 10 additions and 15 deletions

View File

@@ -145,7 +145,6 @@
#![feature(associated_type_bounds)]
#![feature(const_type_id)]
#![feature(const_caller_location)]
#![feature(option_zip)]
#![feature(no_niche)] // rust-lang/rust#68303
#[prelude_import]