File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/tools/clippy/clippy_lints/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ impl<'tcx> LateLintPass<'tcx> for MissingDoc {
123
123
hir:: ItemKind :: Const ( ..)
124
124
| hir:: ItemKind :: Enum ( ..)
125
125
| hir:: ItemKind :: Mod ( ..)
126
- | hir:: ItemKind :: Macro { .. }
126
+ | hir:: ItemKind :: Macro ( .. )
127
127
| hir:: ItemKind :: Static ( ..)
128
128
| hir:: ItemKind :: Struct ( ..)
129
129
| hir:: ItemKind :: Trait ( ..)
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ impl<'tcx> LateLintPass<'tcx> for MissingInline {
119
119
hir:: ItemKind :: Const ( ..)
120
120
| hir:: ItemKind :: Enum ( ..)
121
121
| hir:: ItemKind :: Mod ( ..)
122
- | hir:: ItemKind :: Macro { .. }
122
+ | hir:: ItemKind :: Macro ( .. )
123
123
| hir:: ItemKind :: Static ( ..)
124
124
| hir:: ItemKind :: Struct ( ..)
125
125
| hir:: ItemKind :: TraitAlias ( ..)
You can’t perform that action at this time.
0 commit comments