diff options
author | Jeremy Kolb <[email protected]> | 2019-02-05 12:15:15 +0000 |
---|---|---|
committer | Jeremy Kolb <[email protected]> | 2019-02-05 12:15:15 +0000 |
commit | c73cc0ab8fbd02027712844584e56a04dc41fcd7 (patch) | |
tree | fc52ed14090c50a517cc5c48c67c1a3b3e3e1ccd /crates/ra_ide_api_light/src/line_index.rs | |
parent | 8ec4b84013f807357b89aad3883bc8398e41eab4 (diff) |
Remove unused imports
Diffstat (limited to 'crates/ra_ide_api_light/src/line_index.rs')
-rw-r--r-- | crates/ra_ide_api_light/src/line_index.rs | 2 |
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)] |
155 | mod test_line_index { | 155 | mod 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] |