about summary refs log tree commit diff
diff options
context:
space:
mode:
authory21 <30553356+y21@users.noreply.github.com>2023-06-18 22:36:08 +0200
committery21 <30553356+y21@users.noreply.github.com>2023-06-18 22:36:08 +0200
commit26ac76c15f4a12b2debde692dfff02a08d516f6e (patch)
treee9f0028e4912079212812573df80164e891f9a2c
parent9ab1e8e95c45cbe9cdf657bded08a7d874e48fbd (diff)
downloadrust-26ac76c15f4a12b2debde692dfff02a08d516f6e.tar.gz
rust-26ac76c15f4a12b2debde692dfff02a08d516f6e.zip
add it to the methods lint pass
-rw-r--r--clippy_lints/src/methods/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/clippy_lints/src/methods/mod.rs b/clippy_lints/src/methods/mod.rs
index 255a8cc0a95..6c0e15d16d7 100644
--- a/clippy_lints/src/methods/mod.rs
+++ b/clippy_lints/src/methods/mod.rs
@@ -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,