mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 21:13:37 +00:00
Merge pull request #18388 from jaboatman/master
Fix checking for `false` `labelDetailsSupport` value.
This commit is contained in:
commit
f0f26053ab
1 changed files with 1 additions and 3 deletions
|
@ -210,9 +210,7 @@ impl ClientCapabilities {
|
|||
.completion_item
|
||||
.as_ref()?
|
||||
.label_details_support
|
||||
.as_ref()
|
||||
})()
|
||||
.is_some()
|
||||
})() == Some(true)
|
||||
}
|
||||
|
||||
fn completion_item(&self) -> Option<CompletionOptionsCompletionItem> {
|
||||
|
|
Loading…
Reference in a new issue