Skip to content

Commit

Permalink
Defer to type checking for linting transmute calls
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia authored Jun 29, 2024
1 parent 91726b5 commit 4510e41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
// 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)]

// Now for all the module specifications

mod child;
Expand Down

0 comments on commit 4510e41

Please sign in to comment.