Skip to content

Commit

Permalink
Satisfy clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Sep 16, 2024
1 parent 79d25c1 commit 7c714d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/deer/tests/test_impls_core_num_primitives.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#![expect(
clippy::cast_lossless,
clippy::cast_precision_loss,
clippy::cast_possible_truncation,
unreachable_patterns
clippy::cast_possible_truncation
)]
mod common;

Expand Down

0 comments on commit 7c714d8

Please sign in to comment.