Skip to content

Commit

Permalink
fix: subxt fixed clippy warnings (#1545)
Browse files Browse the repository at this point in the history
* fix: subxt fixed clippy warnings

* default branch

* update Cargo.lock
  • Loading branch information
montekki authored Jan 17, 2023
1 parent f9b8286 commit c7ffd86
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 422 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: cargo clippy
run: |
cd rust
cargo clippy --all-targets --all-features -- -A clippy::enum_variant_names -A clippy::too_many_arguments -D warnings
cargo clippy --all-targets --all-features -- -D warnings
Loading

0 comments on commit c7ffd86

Please sign in to comment.