Skip to content

Commit 9613ea8

Browse files
committed
fix run-rustfix directive
1 parent 8d8178f commit 9613ea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/manual_while_let_some.fixed

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-rustfix
1+
//@run-rustfix
22

33
#![allow(unused)]
44
#![warn(clippy::manual_while_let_some)]

tests/ui/manual_while_let_some.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-rustfix
1+
//@run-rustfix
22

33
#![allow(unused)]
44
#![warn(clippy::manual_while_let_some)]

0 commit comments

Comments
 (0)