Skip to content

Commit

Permalink
clippy: Ignore assigning_clones lint
Browse files Browse the repository at this point in the history
Not a fan
  • Loading branch information
bilelmoussaoui committed May 17, 2024
1 parent 2004f0b commit 839b834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(clippy::too_many_arguments)]
#![allow(clippy::assigning_clones)]

/// Log warning only if type in generated library
macro_rules! warn_main {
Expand Down

0 comments on commit 839b834

Please sign in to comment.