aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_editor/src')
-rw-r--r--crates/ra_editor/src/typing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_editor/src/typing.rs b/crates/ra_editor/src/typing.rs
index 9742a10cf..ceef8b879 100644
--- a/crates/ra_editor/src/typing.rs
+++ b/crates/ra_editor/src/typing.rs
@@ -306,7 +306,7 @@ mod tests {
306 use super::*; 306 use super::*;
307 use crate::test_utils::{ 307 use crate::test_utils::{
308 add_cursor, assert_eq_text, check_action, extract_offset, extract_range, 308 add_cursor, assert_eq_text, check_action, extract_offset, extract_range,
309 }; 309};
310 310
311 fn check_join_lines(before: &str, after: &str) { 311 fn check_join_lines(before: &str, after: &str) {
312 check_action(before, after, |file, offset| { 312 check_action(before, after, |file, offset| {