Skip to content

Commit 46bca0c

Browse files
committed
Remove unused comment in CompletionRelevance
struct
1 parent afb7f03 commit 46bca0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ide-completion/src/item.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ pub struct CompletionRelevance {
167167
/// This is set for type inference results
168168
pub is_definite: bool,
169169
/// Any other bonuses we want to add,
170-
/// eg. bonus for good behavior!
171170
pub bonus_score: u32,
172171
}
173172

0 commit comments

Comments
 (0)