console/.cargo/config.toml
2025-10-29 17:03:50 +02:00

3 lines
139 B
TOML

# The following are aliases you can use with "cargo command_name"
[alias]
"clippy:fix" = "clippy --all --fix --allow-dirty --allow-staged"