Skip to content

Commit

Permalink
remove clippy line for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Feb 7, 2024
1 parent 11550ec commit dec6758
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ jobs:
- run: cargo fmt -- --check
- run: cargo clippy --locked -- -D warnings
- run: cargo check --locked --target wasm32-unknown-unknown
- run: cargo clippy --locked -- -D warnings --target wasm32-unknown-unknown
- run: cargo clippy --locked --all-features -- -D warnings

0 comments on commit dec6758

Please sign in to comment.