Skip to content

Commit ee76e61

Browse files
committed
Fix test imports
1 parent 0509a0a commit ee76e61

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

crates/ra_ide/src/ide_db/line_index_utils.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,14 @@ pub fn translate_offset_with_edit(
293293

294294
#[cfg(test)]
295295
mod test {
296-
use super::*;
297-
use crate::line_index;
298296
use proptest::{prelude::*, proptest};
299297
use ra_text_edit::test_utils::{arb_offset, arb_text_with_edit};
300298
use ra_text_edit::TextEdit;
301299

300+
use crate::ide_db::line_index;
301+
302+
use super::*;
303+
302304
#[derive(Debug)]
303305
struct ArbTextWithEditAndOffset {
304306
text: String,

0 commit comments

Comments
 (0)