From bef89e95e721a3ed37d055dfcd1b547e0a5676e8 Mon Sep 17 00:00:00 2001 From: Antonello Palazzi Date: Mon, 27 Jun 2022 09:04:42 +0100 Subject: [PATCH] Udate unit tests --- crates/ide-completion/src/tests/attribute.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/ide-completion/src/tests/attribute.rs b/crates/ide-completion/src/tests/attribute.rs index 52c69f84b6..3b366c94bf 100644 --- a/crates/ide-completion/src/tests/attribute.rs +++ b/crates/ide-completion/src/tests/attribute.rs @@ -568,7 +568,7 @@ fn attr_on_fn() { at proc_macro_attribute at proc_macro_derive(…) at should_panic - at target_feature = "…" + at target_feature(enable = "…") at test at track_caller at warn(…) @@ -615,7 +615,7 @@ fn attr_in_source_file_end() { at proc_macro_derive(…) at repr(…) at should_panic - at target_feature = "…" + at target_feature(enable = "…") at test at track_caller at used