We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3283a39 commit ca88056Copy full SHA for ca88056
crates/ide-completion/src/render.rs
@@ -1203,9 +1203,9 @@ fn main() { let _: m::Spam = S$0 }
1203
is_private_editable: false,
1204
postfix_match: None,
1205
is_definite: false,
1206
+ bonus_score: 0,
1207
},
1208
trigger_call_info: true,
- bonus_score: 0,
1209
1210
]
1211
"#]],
@@ -1282,6 +1282,7 @@ fn foo() { A { the$0 } }
1282
1283
1284
1285
1286
1287
1288
0 commit comments