Skip to content

Commit 06006fe

Browse files
committed
Remove pinned version for clippy
1 parent 1a21ae3 commit 06006fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fmt-check:
3232

3333
.PHONY: clippy
3434
clippy:
35-
cargo +1.84 clippy --all --all-features --lib --tests --benches -- -D warnings
35+
cargo clippy --all --all-features --lib --tests --benches -- -D warnings
3636

3737
.PHONY: taplo
3838
taplo:

0 commit comments

Comments
 (0)