diff options
Diffstat (limited to 'crates/ra_ide/src/references')
-rw-r--r-- | crates/ra_ide/src/references/rename.rs | 3 |
1 files changed, 0 insertions, 3 deletions
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 { | |||
669 | dst_path: "bar/foo2.rs", | 669 | dst_path: "bar/foo2.rs", |
670 | }, | 670 | }, |
671 | ], | 671 | ], |
672 | cursor_position: None, | ||
673 | is_snippet: false, | 672 | is_snippet: false, |
674 | }, | 673 | }, |
675 | }, | 674 | }, |
@@ -722,7 +721,6 @@ mod tests { | |||
722 | dst_path: "foo2/mod.rs", | 721 | dst_path: "foo2/mod.rs", |
723 | }, | 722 | }, |
724 | ], | 723 | ], |
725 | cursor_position: None, | ||
726 | is_snippet: false, | 724 | is_snippet: false, |
727 | }, | 725 | }, |
728 | }, | 726 | }, |
@@ -819,7 +817,6 @@ mod tests { | |||
819 | dst_path: "bar/foo2.rs", | 817 | dst_path: "bar/foo2.rs", |
820 | }, | 818 | }, |
821 | ], | 819 | ], |
822 | cursor_position: None, | ||
823 | is_snippet: false, | 820 | is_snippet: false, |
824 | }, | 821 | }, |
825 | }, | 822 | }, |