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 afb7f03 commit 46bca0cCopy full SHA for 46bca0c
crates/ide-completion/src/item.rs
@@ -167,7 +167,6 @@ pub struct CompletionRelevance {
167
/// This is set for type inference results
168
pub is_definite: bool,
169
/// Any other bonuses we want to add,
170
- /// eg. bonus for good behavior!
171
pub bonus_score: u32,
172
}
173
0 commit comments