Skip to content

Commit

Permalink
fix: add back deny warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Nov 30, 2024
1 parent 640c809 commit 3755680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
unused_parens,
while_true,
)]
#![cfg_attr(not(feature = "python"), deny(warnings))]
#![warn(
trivial_casts,
trivial_numeric_casts,
Expand Down

0 comments on commit 3755680

Please sign in to comment.