summaryrefslogtreecommitdiff
path: root/support/texlab/crates/symbols/src/workspace/sort.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/symbols/src/workspace/sort.rs')
-rw-r--r--support/texlab/crates/symbols/src/workspace/sort.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/texlab/crates/symbols/src/workspace/sort.rs b/support/texlab/crates/symbols/src/workspace/sort.rs
index 0e24c25ac9..75d80a02eb 100644
--- a/support/texlab/crates/symbols/src/workspace/sort.rs
+++ b/support/texlab/crates/symbols/src/workspace/sort.rs
@@ -38,8 +38,9 @@ impl<'a> From<&'a Workspace> for ProjectOrdering<'a> {
#[cfg(test)]
mod tests {
- use base_db::{util::LineCol, Owner};
+ use base_db::Owner;
use distro::Language;
+ use line_index::LineCol;
use super::{ProjectOrdering, Url, Workspace};