Skip to content

Commit

Permalink
Ignore a clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlattimore committed Aug 3, 2024
1 parent 00d1631 commit 9320197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#![cfg_attr(not(feature = "ui"), allow(dead_code, unused_variables))]
#![allow(unknown_lints)]
#![allow(clippy::assigning_clones)]
#![allow(clippy::needless_borrows_for_generic_args)]

mod build_script_checker;
mod checker;
Expand Down

0 comments on commit 9320197

Please sign in to comment.