Skip to content

Commit

Permalink
remove useless #[allow] in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Jul 26, 2022
1 parent 2fdbf07 commit a660a6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/ui/issues/issue-30371.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// run-pass
#![allow(unreachable_code)]
#![allow(unused_mut)] // rust-lang/rust#54586
#![deny(unused_variables)]

fn main() {
Expand Down

0 comments on commit a660a6f

Please sign in to comment.