Enable all features when running clippy

This commit is contained in:
link2xt
2023-03-11 10:17:19 +00:00
parent a853b8283a
commit 0ac61690cf

View File

@@ -1,3 +1,3 @@
#!/bin/sh
# Run clippy for all Rust code in the project.
cargo clippy --workspace --all-targets -- -D warnings
cargo clippy --workspace --all-targets --all-features -- -D warnings