Skip to content

Commit 3ad7ceb

Browse files
committed
remove --all-targets since CI can't build against tss2-sys
1 parent 81493e5 commit 3ad7ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -eou pipefail
33
set -x
44

5-
cargo clippy --all-features --all-targets "$@"
5+
cargo clippy --all-targets "$@"

0 commit comments

Comments
 (0)