Skip to content

Commit

Permalink
Fix new clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Jan 3, 2024
1 parent d41e95f commit f68693c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#![allow(
clippy::cast_possible_truncation,
clippy::cast_possible_wrap,
clippy::cast_sign_loss
clippy::cast_sign_loss,
clippy::struct_field_names
)]

mod cli;
Expand Down

0 comments on commit f68693c

Please sign in to comment.