We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b831d commit e96bb32Copy full SHA for e96bb32
mise.toml
@@ -63,7 +63,8 @@ cargo watch --clear --watch "$PWD" --exec "$CMD_NO_WHITESPACE" "$@"
63
run = "cargo check --all-targets"
64
65
[tasks."fix"]
66
-run = "cargo fix --workspace --allow-dirty --allow-staged"
+env = { __CARGO_FIX_YOLO = 'yeah' }
67
+run = "cargo clippy --fix --allow-dirty --allow-staged"
68
69
[tasks."gen:readme"]
70
run = "./README.ts --output README.md"
0 commit comments