summaryrefslogtreecommitdiff
path: root/support/texlab/crates/base-db/src/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/base-db/src/util.rs')
-rw-r--r--support/texlab/crates/base-db/src/util.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/support/texlab/crates/base-db/src/util.rs b/support/texlab/crates/base-db/src/util.rs
index 6d6d6897a6..068a0c9b2a 100644
--- a/support/texlab/crates/base-db/src/util.rs
+++ b/support/texlab/crates/base-db/src/util.rs
@@ -1,10 +1,8 @@
mod label;
-mod line_index;
pub mod queries;
mod regex_filter;
pub use self::{
label::{render_label, FloatKind, RenderedLabel, RenderedObject},
- line_index::{LineCol, LineColUtf16, LineIndex},
regex_filter::filter_regex_patterns,
};