Skip to content

Commit

Permalink
Fix clippy in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sacherjj committed Jan 10, 2025
1 parent 5376df3 commit 76f7eea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,10 @@ setup: smart_contracts/rust-toolchain
$(RUSTUP) toolchain install $(PINNED_STABLE) $(PINNED_NIGHTLY)
$(RUSTUP) target add --toolchain $(PINNED_STABLE) wasm32-unknown-unknown
$(RUSTUP) target add --toolchain $(PINNED_NIGHTLY) wasm32-unknown-unknown
$(RUSTUP) component add --toolchain $(PINNED_NIGHTLY) rustfmt
$(RUSTUP) component add --toolchain $(PINNED_NIGHTLY) rustfmt clippy-preview
$(CARGO) install cargo-audit


.PHONY: setup-nightly-rs
setup-nightly-rs:
$(RUSTUP) update
Expand Down

0 comments on commit 76f7eea

Please sign in to comment.