Skip to content

Commit c132313

Browse files
committed
Fix matcher
1 parent 377e722 commit c132313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/clippy-matcher.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"column":3
1717
},
1818
{
19-
"regexp": "^\\s+\\|\\s+\\^+(.+)$",
20-
"message": 1,
19+
"regexp": ".+#\\[allow\\((.+)\\)\\].+$",
20+
"code": 1,
2121
"loop": true
2222
}
2323
]

0 commit comments

Comments
 (0)