We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df9d3d commit 9636effCopy full SHA for 9636eff
src/bin/c08p02.rs
@@ -1,4 +1,4 @@
1
-#![allow(clippy::same_item_push)]
+#![warn(clippy::pedantic)]
2
3
#[derive(Clone, Copy, Debug, PartialEq)]
4
struct Location {
0 commit comments