Skip to content

Commit 21b0c22

Browse files
committed
Delete useless comma
1 parent d72b2df commit 21b0c22

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/ide/src/syntax_highlighting

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/highlight.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ fn highlight_name_ref_by_syntax(
720720
}
721721

722722
h | HlMod::Library
723-
},
723+
}
724724
METHOD_CALL_EXPR => ast::MethodCallExpr::cast(parent)
725725
.and_then(|it| highlight_method_call(sema, krate, &it, edition))
726726
.unwrap_or_else(|| SymbolKind::Method.into()),

0 commit comments

Comments
 (0)