1 2 3
[alias] lint = "clippy --no-deps --all-features -- -D warnings" lint-all = "clippy --no-deps --all-features -- -D clippy::pedantic"