Delete useless comma
This commit is contained in:
parent
d72b2df152
commit
21b0c22054
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue