We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218de88 commit d913cf9Copy full SHA for d913cf9
tests/ui/redundant_locals.rs
@@ -1,5 +1,5 @@
1
//@aux-build:proc_macros.rs:proc-macro
2
-#![allow(unused, clippy::no_effect)]
+#![allow(unused, clippy::no_effect, clippy::needless_pass_by_ref_mut)]
3
#![warn(clippy::redundant_locals)]
4
5
extern crate proc_macros;
0 commit comments