Fix test imports
This commit is contained in:
parent
0509a0a34e
commit
ee76e6141e
@ -293,12 +293,14 @@ pub fn translate_offset_with_edit(
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
use crate::line_index;
|
||||
use proptest::{prelude::*, proptest};
|
||||
use ra_text_edit::test_utils::{arb_offset, arb_text_with_edit};
|
||||
use ra_text_edit::TextEdit;
|
||||
|
||||
use crate::ide_db::line_index;
|
||||
|
||||
use super::*;
|
||||
|
||||
#[derive(Debug)]
|
||||
struct ArbTextWithEditAndOffset {
|
||||
text: String,
|
||||
|
Loading…
x
Reference in New Issue
Block a user