Skip to content

Commit 78df7bf

Browse files
committed
Move the last old-style header comment to the new strict syntax
1 parent 29b28e2 commit 78df7bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/entry.fixed

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// needs-asm-support
1+
//@needs-asm-support
22
//@run-rustfix
33

44
#![allow(unused, clippy::needless_pass_by_value, clippy::collapsible_if)]

tests/ui/entry.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// needs-asm-support
1+
//@needs-asm-support
22
//@run-rustfix
33

44
#![allow(unused, clippy::needless_pass_by_value, clippy::collapsible_if)]

0 commit comments

Comments
 (0)