mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
Enable all features when running clippy
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Run clippy for all Rust code in the project.
|
# 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