summaryrefslogtreecommitdiff
path: root/support/texlab/crates/base-db/src/util/label.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/base-db/src/util/label.rs')
-rw-r--r--support/texlab/crates/base-db/src/util/label.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/texlab/crates/base-db/src/util/label.rs b/support/texlab/crates/base-db/src/util/label.rs
index af0889bab0..b813035acc 100644
--- a/support/texlab/crates/base-db/src/util/label.rs
+++ b/support/texlab/crates/base-db/src/util/label.rs
@@ -5,8 +5,9 @@ use rowan::TextRange;
use self::RenderedObject::*;
use crate::{
+ deps::Project,
semantics::tex::{Label, LabelObject},
- Project, Workspace,
+ Workspace,
};
#[derive(Debug, PartialEq, Eq, Clone, Copy)]