Skip to content

Commit d820302

Browse files
committed
cargo: only check --lib w/ clippy-ci alias.
There are dev only deps that require a higher MSRV than the base lib.
1 parent 85c6ba9 commit d820302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[alias]
2-
clippy-ci = "clippy --all-features --all-targets --all"
2+
clippy-ci = "clippy --all-features --lib --all"

0 commit comments

Comments
 (0)