mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #8302 from nyurik/map_unwrap_or
chore: cleanup `map_unwrap_or` lint
This commit is contained in:
commit
5808786642
13 changed files with 74 additions and 94 deletions
|
@ -642,7 +642,6 @@ cast_sign_loss = "allow" # 70
|
|||
struct_excessive_bools = "allow" # 68
|
||||
single_match_else = "allow" # 66
|
||||
redundant_else = "allow" # 58
|
||||
map_unwrap_or = "allow" # 54
|
||||
cast_precision_loss = "allow" # 52
|
||||
unnested_or_patterns = "allow" # 40
|
||||
unnecessary_wraps = "allow" # 37
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue