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 19b208c commit e26ce59Copy full SHA for e26ce59
src/tools/clippy/clippy_lints/src/missing_doc.rs
@@ -123,7 +123,7 @@ impl<'tcx> LateLintPass<'tcx> for MissingDoc {
123
hir::ItemKind::Const(..)
124
| hir::ItemKind::Enum(..)
125
| hir::ItemKind::Mod(..)
126
- | hir::ItemKind::Macro{ .. }
+ | hir::ItemKind::Macro { .. }
127
| hir::ItemKind::Static(..)
128
| hir::ItemKind::Struct(..)
129
| hir::ItemKind::Trait(..)
0 commit comments