Enforce rustfmt +nightly for consistent rust imports.
This commit is contained in:
parent
aaa4361158
commit
8e06351a71
1 changed files with 1 additions and 1 deletions
2
ui/package.json
vendored
2
ui/package.json
vendored
|
@ -82,7 +82,7 @@
|
|||
"eslint --fix"
|
||||
],
|
||||
"../server/src/**/*.rs": [
|
||||
"rustfmt --config-path ../server/.rustfmt.toml"
|
||||
"rustfmt +nightly --config-path ../server/.rustfmt.toml"
|
||||
],
|
||||
"package.json": [
|
||||
"sortpack"
|
||||
|
|
Loading…
Reference in a new issue