Skip to content

Commit

Permalink
Tell clippy to stfu
Browse files Browse the repository at this point in the history
  • Loading branch information
caass committed Dec 9, 2024
1 parent d079ea7 commit 0806d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/2024/02.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ impl Report<()> {
}

impl<I: Iterator<Item = u8>> Report<I> {
#[allow(clippy::wrong_self_convention, reason = "what else would i name it?")]
fn is_safe(self) -> bool {
let mut decreases_globally = Option::None;

Expand Down

0 comments on commit 0806d94

Please sign in to comment.