mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #8303 from nyurik/inefficient_to_string
chore: cleanup `inefficient_to_string` lint
This commit is contained in:
commit
2f16b14d6c
6 changed files with 13 additions and 14 deletions
|
@ -645,7 +645,6 @@ redundant_else = "allow" # 58
|
|||
map_unwrap_or = "allow" # 54
|
||||
cast_precision_loss = "allow" # 52
|
||||
unnested_or_patterns = "allow" # 40
|
||||
inefficient_to_string = "allow" # 38
|
||||
unnecessary_wraps = "allow" # 37
|
||||
cast_lossless = "allow" # 33
|
||||
ignored_unit_patterns = "allow" # 29
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue