summaryrefslogtreecommitdiff
path: root/support/texlab/crates/hover/src/string_ref.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/hover/src/string_ref.rs')
-rw-r--r--support/texlab/crates/hover/src/string_ref.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/crates/hover/src/string_ref.rs b/support/texlab/crates/hover/src/string_ref.rs
index 64449909d7..7ea84113e0 100644
--- a/support/texlab/crates/hover/src/string_ref.rs
+++ b/support/texlab/crates/hover/src/string_ref.rs
@@ -1,4 +1,4 @@
-use citeproc::field::text::TextFieldData;
+use bibtex_utils::field::text::TextFieldData;
use rowan::ast::AstNode;
use syntax::bibtex::{self, HasName, HasValue};