Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Nov 1, 2022
1 parent 0db717e commit 4835132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ build: fmt
done

check: fmt
cargo check --all-targets
cargo check --release --target wasm32-unknown-unknown
cargo clippy --all-targets
cargo clippy --release --target wasm32-unknown-unknown

watch:
cargo watch --clear --watch-when-idle --shell '$(MAKE)'
Expand Down

0 comments on commit 4835132

Please sign in to comment.