1
Fork 0

Remove #![feature(result_option_inspect)] from the compiler

This commit is contained in:
Slanterns 2023-10-18 07:35:57 +08:00
parent 10e6372a83
commit ed512e91d0
No known key found for this signature in database
GPG key ID: 1AA37EE7FAAE433A
3 changed files with 0 additions and 3 deletions

View file

@ -58,7 +58,6 @@
#![feature(extract_if)]
#![feature(intra_doc_pointers)]
#![feature(yeet_expr)]
#![feature(result_option_inspect)]
#![feature(const_option)]
#![feature(trait_alias)]
#![feature(ptr_alignment_type)]