Skip to content

Commit

Permalink
Move the last old-style header comment to the new strict syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Mar 1, 2023
1 parent 29b28e2 commit 78df7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ui/entry.fixed
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// needs-asm-support
//@needs-asm-support
//@run-rustfix

#![allow(unused, clippy::needless_pass_by_value, clippy::collapsible_if)]
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/entry.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// needs-asm-support
//@needs-asm-support
//@run-rustfix

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

0 comments on commit 78df7bf

Please sign in to comment.