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 11536cc commit 29fc82dCopy full SHA for 29fc82d
src/tools/rust-analyzer/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