Skip to content

Commit a7e24d9

Browse files
committed
Okay, I give up, disable clippy entirely for file.
1 parent d2ac0f3 commit a7e24d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/c08p02.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![warn(clippy::style)]
1+
#![warn(clippy::all)]
22

33
#[derive(Clone, Copy, Debug, PartialEq)]
44
struct Location {

0 commit comments

Comments
 (0)