mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
Delete useless comma
This commit is contained in:
parent
535338d8bb
commit
22b1977840
@ -720,7 +720,7 @@ fn highlight_name_ref_by_syntax(
|
||||
}
|
||||
|
||||
h | HlMod::Library
|
||||
},
|
||||
}
|
||||
METHOD_CALL_EXPR => ast::MethodCallExpr::cast(parent)
|
||||
.and_then(|it| highlight_method_call(sema, krate, &it, edition))
|
||||
.unwrap_or_else(|| SymbolKind::Method.into()),
|
||||
|
Loading…
x
Reference in New Issue
Block a user