summaryrefslogtreecommitdiff
path: root/support/texlab/crates/texlab/src/util/lsp_enums.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/texlab/src/util/lsp_enums.rs')
-rw-r--r--support/texlab/crates/texlab/src/util/lsp_enums.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/support/texlab/crates/texlab/src/util/lsp_enums.rs b/support/texlab/crates/texlab/src/util/lsp_enums.rs
index 75b97097c5..e79297af8a 100644
--- a/support/texlab/crates/texlab/src/util/lsp_enums.rs
+++ b/support/texlab/crates/texlab/src/util/lsp_enums.rs
@@ -1,7 +1,6 @@
+use base_db::data::BibtexEntryTypeCategory;
use lsp_types::{CompletionItemKind, SymbolKind};
-use super::lang_data::BibtexEntryTypeCategory;
-
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
pub enum Structure {
Command,