From 177229bfde686bbfd66c0f6987f40b5ca282ab45 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 3 Mar 2020 18:50:15 +0100 Subject: Move reference classification to ra_ide_db Lost some marks along the way :-( --- crates/ra_ide/src/goto_definition.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crates/ra_ide/src/goto_definition.rs') diff --git a/crates/ra_ide/src/goto_definition.rs b/crates/ra_ide/src/goto_definition.rs index 76ee232a3..6f0dbe065 100644 --- a/crates/ra_ide/src/goto_definition.rs +++ b/crates/ra_ide/src/goto_definition.rs @@ -206,7 +206,6 @@ mod tests { #[test] fn goto_def_for_macros() { - covers!(goto_def_for_macros); check_goto( " //- /lib.rs @@ -223,7 +222,6 @@ mod tests { #[test] fn goto_def_for_macros_from_other_crates() { - covers!(goto_def_for_macros); check_goto( " //- /lib.rs @@ -335,7 +333,6 @@ mod tests { #[test] fn goto_def_for_methods() { - covers!(goto_def_for_methods); check_goto( " //- /lib.rs @@ -355,7 +352,6 @@ mod tests { #[test] fn goto_def_for_fields() { - covers!(goto_def_for_fields); check_goto( " //- /lib.rs @@ -374,7 +370,6 @@ mod tests { #[test] fn goto_def_for_record_fields() { - covers!(goto_def_for_record_fields); check_goto( " //- /lib.rs @@ -787,7 +782,6 @@ mod tests { #[test] fn goto_def_for_field_init_shorthand() { - covers!(goto_def_for_field_init_shorthand); check_goto( " //- /lib.rs -- cgit v1.2.3