aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api_light/src/line_index.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_api_light/src/line_index.rs')
-rw-r--r--crates/ra_ide_api_light/src/line_index.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api_light/src/line_index.rs b/crates/ra_ide_api_light/src/line_index.rs
index 898fee7e0..131737743 100644
--- a/crates/ra_ide_api_light/src/line_index.rs
+++ b/crates/ra_ide_api_light/src/line_index.rs
@@ -154,7 +154,7 @@ pub fn to_line_col(text: &str, offset: TextUnit) -> LineCol {
154#[cfg(test)] 154#[cfg(test)]
155mod test_line_index { 155mod test_line_index {
156 use super::*; 156 use super::*;
157 use proptest::{prelude::*, proptest, proptest_helper}; 157 use proptest::{prelude::*, proptest};
158 use ra_text_edit::test_utils::{arb_text, arb_offset}; 158 use ra_text_edit::test_utils::{arb_text, arb_offset};
159 159
160 #[test] 160 #[test]