Skip to content

Commit

Permalink
Allow clippy::struct_excessive_bools
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov authored and astro committed Jan 4, 2025
1 parent 6c250bb commit e1e3930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dead_code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ impl fmt::Display for DeadCode {

/// Analysis settings
#[derive(Debug, Clone)]
#[allow(clippy::struct_excessive_bools)]
pub struct Settings {
/// Ignore `...: ...`
pub no_lambda_arg: bool,
Expand Down

0 comments on commit e1e3930

Please sign in to comment.