We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1b7d77 + e89d720 commit a229bc8Copy full SHA for a229bc8
crates/rust-analyzer/src/lsp/to_proto.rs
@@ -373,7 +373,7 @@ fn completion_item(
373
374
if config.completion_label_details_support() {
375
let has_label_details =
376
- item.label.detail_left.is_some() || item.label.detail_left.is_some();
+ item.label.detail_left.is_some() || item.label.detail_right.is_some();
377
if fields_to_resolve.resolve_label_details {
378
something_to_resolve |= has_label_details;
379
} else if has_label_details {
0 commit comments