remove useless #[allow] in a test

This commit is contained in:
Maybe Waffle 2022-07-26 14:27:01 +04:00
parent 2fdbf075cf
commit a660a6f13a

View File

@ -1,6 +1,5 @@
// run-pass
#![allow(unreachable_code)]
#![allow(unused_mut)] // rust-lang/rust#54586
#![deny(unused_variables)]
fn main() {