Delete useless comma

This commit is contained in:
asuto15 2025-02-13 04:33:08 +09:00
parent 535338d8bb
commit 22b1977840
No known key found for this signature in database
GPG Key ID: 690AB67B4751D0D6

View File

@ -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()),