Skip to content

Commit 26ac76c

Browse files
committed
add it to the methods lint pass
1 parent 9ab1e8e commit 26ac76c

File tree

1 file changed

+1
-0
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-0
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3389,6 +3389,7 @@ impl_lint_pass!(Methods => [
33893389
STRING_EXTEND_CHARS,
33903390
ITER_CLONED_COLLECT,
33913391
ITER_WITH_DRAIN,
3392+
TYPE_ID_ON_BOX,
33923393
USELESS_ASREF,
33933394
UNNECESSARY_FOLD,
33943395
UNNECESSARY_FILTER_MAP,

0 commit comments

Comments
 (0)