Skip to content

Commit

Permalink
add a clippy exception for casts
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed May 5, 2024
1 parent 7a7a9e7 commit 3b3f876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
// more lints
#![warn(clippy::pedantic)]
#![warn(missing_docs)]
// allow some exceptions
#![allow(clippy::cast_precision_loss)]

// --- MODULES DECLARATION

Expand Down

0 comments on commit 3b3f876

Please sign in to comment.