mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
chore: cleanup map_unwrap_or
lint
Used this command and fixed a few remaining manual ones. ```sh __CARGO_FIX_YOLO=1 cargo clippy --fix --all-targets --workspace --allow-dirty ```
This commit is contained in:
parent
931d388664
commit
e54d9bd76d
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
|
||||
inefficient_to_string = "allow" # 38
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue