Rollup merge of #99758 - WaffleLapkin:remove_useless_allow, r=Dylan-DPC

remove useless `#[allow]` in a test

The mentioned issue, https://github.com/rust-lang/rust/issues/54586 was fixed 4 years ago :)
This commit is contained in:
Matthias Krüger 2022-07-26 16:57:53 +02:00 committed by GitHub
commit 8e5bc06354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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