blob: df9793968e4f08ed3a4853739646013f9a257ef3 (
plain) (
blame)
1
2
3
|
[alias]
lint = "clippy --workspace --benches --all-features --no-deps -- -D warnings"
lint-fix = "clippy --fix --allow-dirty --workspace --benches --all-features --no-deps -- -D warnings"
|