Skip to content

Commit a3df916

Browse files
committed
setting correct toolchain for cargo clippy --target=x86_64-unknown-linux-musl --all
1 parent 211da02 commit a3df916

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

Cargo.lock

Lines changed: 12 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
clippy:
2-
cargo clippy
2+
cargo clippy --target=x86_64-unknown-linux-musl --all
33

44
all: clippy
55
cargo build --target=x86_64-unknown-linux-musl --all

0 commit comments

Comments
 (0)