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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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() {