about summary refs log tree commit diff
path: root/clippy_lints/src/missing_inline.rs
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2022-09-06 17:27:47 +0000
committerMichael Goulet <michael@errs.io>2022-09-09 01:31:46 +0000
commit854f751b263dfac06dc3f635f8a9f92b8bc51da6 (patch)
tree3139dfe0b95ba972f786b0a0fe145d2652456aa8 /clippy_lints/src/missing_inline.rs
parentac1c68a5e6a25bcf32f352328b69bcf32f5b9973 (diff)
downloadrust-854f751b263dfac06dc3f635f8a9f92b8bc51da6.tar.gz
rust-854f751b263dfac06dc3f635f8a9f92b8bc51da6.zip
Appease clippy again
Diffstat (limited to 'clippy_lints/src/missing_inline.rs')
-rw-r--r--clippy_lints/src/missing_inline.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/missing_inline.rs b/clippy_lints/src/missing_inline.rs
index 9fd1a475d74..07bc2ca5d3c 100644
--- a/clippy_lints/src/missing_inline.rs
+++ b/clippy_lints/src/missing_inline.rs
@@ -128,7 +128,6 @@ impl<'tcx> LateLintPass<'tcx> for MissingInline {
             | hir::ItemKind::TyAlias(..)
             | hir::ItemKind::Union(..)
             | hir::ItemKind::OpaqueTy(..)
-            | hir::ItemKind::ImplTraitPlaceholder(..)
             | hir::ItemKind::ExternCrate(..)
             | hir::ItemKind::ForeignMod { .. }
             | hir::ItemKind::Impl { .. }