mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
fix run-rustfix directive
This commit is contained in:
parent
8d8178f931
commit
9613ea85c6
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
// run-rustfix
|
||||
//@run-rustfix
|
||||
|
||||
#![allow(unused)]
|
||||
#![warn(clippy::manual_while_let_some)]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// run-rustfix
|
||||
//@run-rustfix
|
||||
|
||||
#![allow(unused)]
|
||||
#![warn(clippy::manual_while_let_some)]
|
||||
|
|
Loading…
Reference in a new issue