mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Fix formatting
This commit is contained in:
parent
0d1f4f9b27
commit
41d8369d1c
@ -579,10 +579,7 @@ mod tests {
|
|||||||
// This test asserts that the relevance score for these items is ascending, and
|
// This test asserts that the relevance score for these items is ascending, and
|
||||||
// that any items in the same vec have the same score.
|
// that any items in the same vec have the same score.
|
||||||
let expected_relevance_order = vec![
|
let expected_relevance_order = vec![
|
||||||
vec![CompletionRelevance {
|
vec![CompletionRelevance { is_postfix: true, ..CompletionRelevance::default() }],
|
||||||
is_postfix: true,
|
|
||||||
..CompletionRelevance::default()
|
|
||||||
}],
|
|
||||||
vec![CompletionRelevance {
|
vec![CompletionRelevance {
|
||||||
is_op_method: true,
|
is_op_method: true,
|
||||||
is_private_editable: true,
|
is_private_editable: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user