We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[allow]
1 parent 2fdbf07 commit a660a6fCopy full SHA for a660a6f
src/test/ui/issues/issue-30371.rs
@@ -1,6 +1,5 @@
1
// run-pass
2
#![allow(unreachable_code)]
3
-#![allow(unused_mut)] // rust-lang/rust#54586
4
#![deny(unused_variables)]
5
6
fn main() {
0 commit comments