Skip to content

Commit

Permalink
Rollup merge of rust-lang#99758 - WaffleLapkin:remove_useless_allow, …
Browse files Browse the repository at this point in the history
…r=Dylan-DPC

remove useless `#[allow]` in a test

The mentioned issue, rust-lang#54586 was fixed 4 years ago :)
  • Loading branch information
matthiaskrgr committed Jul 26, 2022
2 parents a739e28 + a660a6f commit 8e5bc06
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 8e5bc06

Please sign in to comment.