mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
add it to the methods lint pass
This commit is contained in:
parent
9ab1e8e95c
commit
26ac76c15f
1 changed files with 1 additions and 0 deletions
|
@ -3389,6 +3389,7 @@ impl_lint_pass!(Methods => [
|
|||
STRING_EXTEND_CHARS,
|
||||
ITER_CLONED_COLLECT,
|
||||
ITER_WITH_DRAIN,
|
||||
TYPE_ID_ON_BOX,
|
||||
USELESS_ASREF,
|
||||
UNNECESSARY_FOLD,
|
||||
UNNECESSARY_FILTER_MAP,
|
||||
|
|
Loading…
Reference in a new issue