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.
2 parents 4db0f68 + 29fc82d commit 84dd3cbCopy full SHA for 84dd3cb
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