mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Merge pull request #6775 from jtracey/use-self
add back use_self clippy warning
This commit is contained in:
commit
4f79c0b69f
1 changed files with 1 additions and 0 deletions
|
@ -564,6 +564,7 @@ cargo_common_metadata = "allow"
|
||||||
uninlined_format_args = "allow"
|
uninlined_format_args = "allow"
|
||||||
missing_panics_doc = "allow"
|
missing_panics_doc = "allow"
|
||||||
|
|
||||||
|
use_self = "warn"
|
||||||
needless_pass_by_value = "warn"
|
needless_pass_by_value = "warn"
|
||||||
semicolon_if_nothing_returned = "warn"
|
semicolon_if_nothing_returned = "warn"
|
||||||
single_char_pattern = "warn"
|
single_char_pattern = "warn"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue