Add #![feature(yeet_expr)]

This commit is contained in:
Scott McMurray 2022-06-12 17:55:41 -07:00
parent 03a05ae211
commit 238bbd63ab
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
99930ac7f8cbb5d9b319b2e2e92794fd6f24f556
546c826f0ccaab36e897860205281f490db274e6

View File

@ -5,6 +5,7 @@
#![feature(try_blocks)]
#![feature(let_else)]
#![feature(io_error_more)]
#![feature(yeet_expr)]
#![warn(rust_2018_idioms)]
#![allow(
clippy::collapsible_else_if,