We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e562f4 commit 3370e89Copy full SHA for 3370e89
src/languages/rust.ts
@@ -147,7 +147,7 @@ const nodeMatchers: Partial<
147
string: ["raw_string_literal", "string_literal"],
148
ifStatement: cascadingMatcher(
149
patternMatcher("if_expression", "if_let_expression"),
150
- leadingMatcher(["match_pattern[condition]"], ["if"]),
+ leadingMatcher(["match_pattern[condition]"], ["if"])
151
),
152
functionCall: ["call_expression", "macro_invocation", "struct_expression"],
153
functionCallee: "call_expression[function]",
0 commit comments