mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +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
|
h | HlMod::Library
|
||||||
},
|
}
|
||||||
METHOD_CALL_EXPR => ast::MethodCallExpr::cast(parent)
|
METHOD_CALL_EXPR => ast::MethodCallExpr::cast(parent)
|
||||||
.and_then(|it| highlight_method_call(sema, krate, &it, edition))
|
.and_then(|it| highlight_method_call(sema, krate, &it, edition))
|
||||||
.unwrap_or_else(|| SymbolKind::Method.into()),
|
.unwrap_or_else(|| SymbolKind::Method.into()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user