Skip to content

Commit cf8bd31

Browse files
committed
fix: test
1 parent b5eeb64 commit cf8bd31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/ide-completion/src/render.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,9 +1203,9 @@ fn main() { let _: m::Spam = S$0 }
12031203
is_private_editable: false,
12041204
postfix_match: None,
12051205
is_definite: false,
1206+
bonus_score: 0,
12061207
},
12071208
trigger_call_info: true,
1208-
bonus_score: 0,
12091209
},
12101210
]
12111211
"#]],
@@ -1282,6 +1282,7 @@ fn foo() { A { the$0 } }
12821282
is_private_editable: false,
12831283
postfix_match: None,
12841284
is_definite: false,
1285+
bonus_score: 0,
12851286
},
12861287
},
12871288
]

0 commit comments

Comments
 (0)