We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd892a commit 8c4056fCopy full SHA for 8c4056f
clippy_lints/src/missing_doc.rs
@@ -123,6 +123,7 @@ impl<'tcx> LateLintPass<'tcx> for MissingDoc {
123
hir::ItemKind::Const(..)
124
| hir::ItemKind::Enum(..)
125
| hir::ItemKind::Mod(..)
126
+ | hir::ItemKind::Macro(..)
127
| hir::ItemKind::Static(..)
128
| hir::ItemKind::Struct(..)
129
| hir::ItemKind::Trait(..)
0 commit comments