Skip to content

Commit 9636eff

Browse files
committed
Use alterate clippy form.
1 parent 0df9d3d commit 9636eff

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-
#![allow(clippy::same_item_push)]
1+
#![warn(clippy::pedantic)]
22

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

0 commit comments

Comments
 (0)