Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit bef89e9

Browse files
committed
Udate unit tests
1 parent e4e2a46 commit bef89e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ide-completion/src/tests/attribute.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ fn attr_on_fn() {
568568
at proc_macro_attribute
569569
at proc_macro_derive(…)
570570
at should_panic
571-
at target_feature = "…"
571+
at target_feature(enable = "…")
572572
at test
573573
at track_caller
574574
at warn(…)
@@ -615,7 +615,7 @@ fn attr_in_source_file_end() {
615615
at proc_macro_derive(…)
616616
at repr(…)
617617
at should_panic
618-
at target_feature = "…"
618+
at target_feature(enable = "…")
619619
at test
620620
at track_caller
621621
at used

0 commit comments

Comments
 (0)