Fix another conditional compilation feature

This commit is contained in:
Patrick Förster 2021-06-06 19:04:09 +02:00
parent ed409d9e23
commit b45e356d75

View file

@ -452,7 +452,7 @@ impl Server {
.documentation(&item.label)
.map(Documentation::MarkupContent);
}
#[cfg(feature = "citeproc")]
#[cfg(feature = "citation")]
crate::features::CompletionItemData::Citation { uri, key } => {
if let Some(document) = workspace.get(&uri) {
if let Some(data) = document.data.as_bibtex() {