Skip to content

Commit

Permalink
ignore needless_pass_by_mut_ref in redundant_locals test
Browse files Browse the repository at this point in the history
  • Loading branch information
max-niederman committed Jul 21, 2023
1 parent 218de88 commit d913cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/redundant_locals.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@aux-build:proc_macros.rs:proc-macro
#![allow(unused, clippy::no_effect)]
#![allow(unused, clippy::no_effect, clippy::needless_pass_by_ref_mut)]
#![warn(clippy::redundant_locals)]

extern crate proc_macros;
Expand Down

0 comments on commit d913cf9

Please sign in to comment.