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

@ -10,7 +10,6 @@
#![feature(if_let_guard)]
#![feature(let_chains)]
#![feature(never_type)]
#![feature(result_option_inspect)]
#![feature(rustc_attrs)]
#![feature(yeet_expr)]
#![feature(try_blocks)]