Skip to content

Commit

Permalink
Fix Clippy diff
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia authored Jun 29, 2024
1 parent d141a52 commit 25c36d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#![cfg_attr(not(test), deny(clippy::use_debug))]
// Panicking in tests is okay.
#![cfg_attr(not(test), deny(clippy::arithmetic_side_effects))]

// Type checking is good enough for me.
#![allow(clippy::missing_transmute_annotations)]

Expand Down

0 comments on commit 25c36d5

Please sign in to comment.