Use cargo fmt instead of rustfmt

This commit is contained in:
Mathieu Lemay 2020-01-12 16:02:48 -05:00
parent 55f347186a
commit 6db38901bf
No known key found for this signature in database
GPG key ID: 678AC34D0B91D15B
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
- id: fmt
name: fmt
description: Format files with rustfmt.
entry: rustfmt --
description: Format files with cargo fmt.
entry: cargo fmt --
language: system
files: \.rs$
args: []

View file

@ -1,7 +1,7 @@
- id: fmt
name: fmt
description: Format files with rustfmt.
entry: rustfmt --
description: Format files with cargo fmt.
entry: cargo fmt --
language: system
files: \.rs$
args: []