mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
4 lines
126 B
Bash
Executable File
4 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
# Run clippy for all Rust code in the project.
|
|
cargo clippy --workspace --all-targets --all-features -- -D warnings
|