Skip to content

Commit 81e4ef1

Browse files
authored
fixup! Add matches! checking to nonstandard_macro_braces
1 parent bc4b0a6 commit 81e4ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/nonstandard_macro_braces.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ fn macro_braces(conf: FxHashSet<MacroMatcher>) -> FxHashMap<String, (String, Str
184184
name: "vec",
185185
braces: ("[", "]"),
186186
),
187-
macro_matches!(
187+
macro_matcher!(
188188
name: "matches",
189189
braces: ("(", ")"),
190190
),

0 commit comments

Comments
 (0)