We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1f4f9 commit 41d8369Copy full SHA for 41d8369
crates/ide_completion/src/item.rs
@@ -579,10 +579,7 @@ mod tests {
579
// This test asserts that the relevance score for these items is ascending, and
580
// that any items in the same vec have the same score.
581
let expected_relevance_order = vec![
582
- vec![CompletionRelevance {
583
- is_postfix: true,
584
- ..CompletionRelevance::default()
585
- }],
+ vec![CompletionRelevance { is_postfix: true, ..CompletionRelevance::default() }],
586
vec![CompletionRelevance {
587
is_op_method: true,
588
is_private_editable: true,
0 commit comments