fix: disable rlib ext
This commit is contained in:
parent
57a76ea7f6
commit
8d756f2c8d
|
@ -3,5 +3,5 @@
|
||||||
description: Format files with rustfmt.
|
description: Format files with rustfmt.
|
||||||
entry: rustfmt
|
entry: rustfmt
|
||||||
language: system
|
language: system
|
||||||
files: \.(rs|rlib)$
|
files: \.rs$
|
||||||
args: ['--write-mode=overwrite']
|
args: ['--write-mode=overwrite']
|
||||||
|
|
Loading…
Reference in a new issue