From 13bce1a1641cbcf57ae24677c238e2c1ca393dea Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 4 May 2020 12:10:26 +0200 Subject: Add test marks --- crates/ra_ide/src/marks.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/ra_ide/src/marks.rs') diff --git a/crates/ra_ide/src/marks.rs b/crates/ra_ide/src/marks.rs index bea30fe2a..51ca4dde3 100644 --- a/crates/ra_ide/src/marks.rs +++ b/crates/ra_ide/src/marks.rs @@ -11,4 +11,6 @@ test_utils::marks!( self_fulfilling_completion test_struct_field_completion_in_func_call test_struct_field_completion_in_record_lit + test_rename_struct_field_for_shorthand + test_rename_local_for_field_shorthand ); -- cgit v1.2.3