diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-22 17:56:23 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-22 17:56:23 +0000 |
commit | 3604f23e98d01fe9d89e5cdcf76a51cb9c1d6768 (patch) | |
tree | de867640036faf167ff07a62d22db02c37f48088 /crates/ra_ide_api_light/src/typing.rs | |
parent | 6e324d38d6ef3e250ff32a397f4777699e006f7f (diff) | |
parent | 01bca7114c0567961c875a1df5a60748cd872073 (diff) |
Merge #1012
1012: Move join_lines and test_utils to ra_ide_api r=matklad a=detrumi
Part of #1009
Co-authored-by: Wilco Kusee <[email protected]>
Diffstat (limited to 'crates/ra_ide_api_light/src/typing.rs')
-rw-r--r-- | crates/ra_ide_api_light/src/typing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api_light/src/typing.rs b/crates/ra_ide_api_light/src/typing.rs index 9dd9f1c1d..c69270333 100644 --- a/crates/ra_ide_api_light/src/typing.rs +++ b/crates/ra_ide_api_light/src/typing.rs | |||
@@ -118,7 +118,7 @@ pub fn on_dot_typed(file: &SourceFile, dot_offset: TextUnit) -> Option<LocalEdit | |||
118 | 118 | ||
119 | #[cfg(test)] | 119 | #[cfg(test)] |
120 | mod tests { | 120 | mod tests { |
121 | use crate::test_utils::{add_cursor, assert_eq_text, extract_offset}; | 121 | use test_utils::{add_cursor, assert_eq_text, extract_offset}; |
122 | 122 | ||
123 | use super::*; | 123 | use super::*; |
124 | 124 | ||