Remove #![feature(option_result_contains)] from library/core/tests/lib.rs

This commit is contained in:
soc 2023-02-15 19:30:02 +00:00 committed by GitHub
parent 094365e23c
commit 3aa9f76a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,6 @@
#![feature(portable_simd)] #![feature(portable_simd)]
#![feature(ptr_metadata)] #![feature(ptr_metadata)]
#![feature(once_cell)] #![feature(once_cell)]
#![feature(option_result_contains)]
#![feature(unsized_tuple_coercion)] #![feature(unsized_tuple_coercion)]
#![feature(const_option)] #![feature(const_option)]
#![feature(const_option_ext)] #![feature(const_option_ext)]