Skip to content

Commit

Permalink
chore: update clippy rules
Browse files Browse the repository at this point in the history
  • Loading branch information
pnodet committed Sep 2, 2024
1 parent ca9233e commit af3ee97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
#![forbid(unsafe_code)]
#![deny(
clippy::panic,
clippy::expect_used,
clippy::large_stack_arrays,
clippy::large_types_passed_by_value
)]
#![warn(clippy::panic, clippy::unwrap_used)]
#![warn(clippy::unwrap_used)]

mod convert_file;
mod convert_point;
Expand Down

0 comments on commit af3ee97

Please sign in to comment.