Skip to content

Commit

Permalink
chore: fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno authored Nov 30, 2023
1 parent dabe0e2 commit 6c710ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
targets: wasm32-unknown-unknown
- run: |
cargo clippy --all-features
cargo clippy --all-features -p query-engine-wasm --target wasm32-unknown-unknown
Expand Down

0 comments on commit 6c710ad

Please sign in to comment.