mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
Fix formatting
This commit is contained in:
parent
0d1f4f9b27
commit
41d8369d1c
1 changed files with 1 additions and 4 deletions
|
@ -579,10 +579,7 @@ mod tests {
|
|||
// This test asserts that the relevance score for these items is ascending, and
|
||||
// that any items in the same vec have the same score.
|
||||
let expected_relevance_order = vec![
|
||||
vec![CompletionRelevance {
|
||||
is_postfix: true,
|
||||
..CompletionRelevance::default()
|
||||
}],
|
||||
vec![CompletionRelevance { is_postfix: true, ..CompletionRelevance::default() }],
|
||||
vec![CompletionRelevance {
|
||||
is_op_method: true,
|
||||
is_private_editable: true,
|
||||
|
|
Loading…
Reference in a new issue