Skip to content

Commit b2fc0b2

Browse files
committed
Remove unused comment in CompletionRelevance
struct
1 parent 25f2c77 commit b2fc0b2

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
@@ -165,7 +165,6 @@ pub struct CompletionRelevance {
165165
/// This is set for type inference results
166166
pub is_definite: bool,
167167
/// Any other bonuses we want to add,
168-
/// eg. bonus for good behavior!
169168
pub bonus_score: u32,
170169
}
171170

0 commit comments

Comments
 (0)