fix(docs): Document cargofmt (#7383)

This commit is contained in:
Marc Espin
2026-01-08 23:00:03 +01:00
committed by GitHub
parent f3e79235fb
commit 768e0553bd
2 changed files with 2 additions and 1 deletions

View File

@@ -348,7 +348,7 @@ export const rustfmt: Info = {
}
export const cargofmt: Info = {
name: "cargo fmt",
name: "cargofmt",
command: ["cargo", "fmt", "--", "$FILE"],
extensions: [".rs"],
async enabled() {