mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
Enable all features when running clippy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user