Skip to content

Commit 0ac6169

Browse files
committed
Enable all features when running clippy
1 parent a853b82 commit 0ac6169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/clippy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
# Run clippy for all Rust code in the project.
3-
cargo clippy --workspace --all-targets -- -D warnings
3+
cargo clippy --workspace --all-targets --all-features -- -D warnings

0 commit comments

Comments
 (0)