1
Fork 0
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:
Dorian Péron 2025-07-07 23:18:44 +02:00 committed by GitHub
commit 5808786642
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 74 additions and 94 deletions

View file

@ -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