summaryrefslogtreecommitdiff
path: root/support/texlab/crates/base-db/src/deps.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/base-db/src/deps.rs')
-rw-r--r--support/texlab/crates/base-db/src/deps.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/crates/base-db/src/deps.rs b/support/texlab/crates/base-db/src/deps.rs
index 06689a0df2..f501d04935 100644
--- a/support/texlab/crates/base-db/src/deps.rs
+++ b/support/texlab/crates/base-db/src/deps.rs
@@ -5,7 +5,7 @@ mod root;
pub use self::{
discover::{discover, watch},
- graph::{DirectLinkData, Edge, EdgeData, Graph},
+ graph::{DirectLinkData, Edge, EdgeData, Graph, HOME_DIR},
project::{parents, Project},
root::ProjectRoot,
};