summaryrefslogtreecommitdiff
path: root/support/texlab/src/line_index.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/src/line_index.rs')
-rw-r--r--support/texlab/src/line_index.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/src/line_index.rs b/support/texlab/src/line_index.rs
index 3b36cd6802..70e8f8128b 100644
--- a/support/texlab/src/line_index.rs
+++ b/support/texlab/src/line_index.rs
@@ -4,7 +4,7 @@
//! representation.
use std::iter;
-use cstree::{TextRange, TextSize};
+use rowan::{TextRange, TextSize};
use rustc_hash::FxHashMap;
#[derive(Clone, Debug, PartialEq, Eq)]