Skip to content

Commit

Permalink
Bump clippy to 1.73 and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jan 10, 2024
1 parent ee6d1b3 commit bcc057d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.66.0
toolchain: 1.73.0
components: clippy
- run: cargo clippy --all --all-features -- -D warnings

Expand Down
1 change: 0 additions & 1 deletion sm2/src/arithmetic/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
clippy::cast_possible_wrap,
clippy::cast_sign_loss,
clippy::cast_possible_truncation,
clippy::integer_arithmetic,
clippy::should_implement_trait,
clippy::suspicious_op_assign_impl,
clippy::unused_unit,
Expand Down
1 change: 0 additions & 1 deletion sm2/src/arithmetic/scalar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
clippy::cast_sign_loss,
clippy::cast_possible_truncation,
clippy::identity_op,
clippy::integer_arithmetic,
clippy::too_many_arguments,
clippy::unnecessary_cast
)]
Expand Down
1 change: 0 additions & 1 deletion sm2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
clippy::cast_sign_loss,
clippy::checked_conversions,
clippy::implicit_saturating_sub,
clippy::integer_arithmetic,
clippy::panic,
clippy::panic_in_result_fn,
clippy::unwrap_used,
Expand Down

0 comments on commit bcc057d

Please sign in to comment.