File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 1010#![ allow( clippy:: identity_op) ] // used for vertical alignment
1111#![ allow( clippy:: implicit_hasher) ] // large project
1212#![ allow( clippy:: large_enum_variant) ] // large project
13+ #![ allow( clippy:: redundant_closure) ] // closures can be less verbose
1314#![ allow( clippy:: redundant_closure_call) ] // closures over try catch blocks
1415#![ allow( clippy:: too_many_arguments) ] // large project
1516#![ allow( clippy:: type_complexity) ] // there's an exceptionally complex type
Original file line number Diff line number Diff line change 22#![ cfg_attr( feature = "deny-warnings" , deny( warnings) ) ]
33#![ allow( clippy:: blacklisted_name) ]
44#![ allow( clippy:: explicit_iter_loop) ]
5+ #![ allow( clippy:: redundant_closure) ]
56#![ warn( clippy:: needless_borrow) ]
67#![ warn( clippy:: redundant_clone) ]
78
You can’t perform that action at this time.
0 commit comments