Skip to content

Commit 8e5bc06

Browse files
authored
Rollup merge of #99758 - WaffleLapkin:remove_useless_allow, r=Dylan-DPC
remove useless `#[allow]` in a test The mentioned issue, #54586 was fixed 4 years ago :)
2 parents a739e28 + a660a6f commit 8e5bc06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ui/issues/issue-30371.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// run-pass
22
#![allow(unreachable_code)]
3-
#![allow(unused_mut)] // rust-lang/rust#54586
43
#![deny(unused_variables)]
54

65
fn main() {

0 commit comments

Comments
 (0)