Rewrite label_details_support condition to be consistent with other parts of the codebase.

This commit is contained in:
Jason Boatman 2024-10-23 13:19:53 -05:00
parent d7f137ea7a
commit bc6b2ec10e

View File

@ -210,10 +210,7 @@ pub fn completion_label_details_support(&self) -> bool {
.completion_item
.as_ref()?
.label_details_support
.as_ref()
})()
.copied()
.unwrap_or_default()
})() == Some(true)
}
fn completion_item(&self) -> Option<CompletionOptionsCompletionItem> {