From ff28c79ebd4c5a9a27542917940def9d4e66eea6 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 21 May 2020 14:34:27 +0200 Subject: Remove dead code for handling cursor positions --- crates/ra_ide/src/references/rename.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'crates/ra_ide/src/references') diff --git a/crates/ra_ide/src/references/rename.rs b/crates/ra_ide/src/references/rename.rs index 62ec8d85d..55c3319cb 100644 --- a/crates/ra_ide/src/references/rename.rs +++ b/crates/ra_ide/src/references/rename.rs @@ -669,7 +669,6 @@ mod tests { dst_path: "bar/foo2.rs", }, ], - cursor_position: None, is_snippet: false, }, }, @@ -722,7 +721,6 @@ mod tests { dst_path: "foo2/mod.rs", }, ], - cursor_position: None, is_snippet: false, }, }, @@ -819,7 +817,6 @@ mod tests { dst_path: "bar/foo2.rs", }, ], - cursor_position: None, is_snippet: false, }, }, -- cgit v1.2.3