Skip to content

Commit

Permalink
Merge pull request #1626 from rex4539/clippy
Browse files Browse the repository at this point in the history
fix: fix feature = "cargo-clippy" deprecation

Thanks @rex4539 !
  • Loading branch information
jqnatividad committed Feb 28, 2024
2 parents 0177bc3 + 7a04ecb commit 2fbbd1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![cfg_attr(
feature = "cargo-clippy",
clippy,
allow(
clippy::cast_possible_truncation,
clippy::cast_possible_wrap,
Expand Down
2 changes: 1 addition & 1 deletion src/maindp.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![cfg_attr(
feature = "cargo-clippy",
clippy,
allow(
clippy::cast_possible_truncation,
clippy::cast_possible_wrap,
Expand Down

0 comments on commit 2fbbd1d

Please sign in to comment.