Enforce rustfmt +nightly for consistent rust imports.

This commit is contained in:
Dessalines 2020-07-28 12:34:45 -04:00
parent aaa4361158
commit 8e06351a71

2
ui/package.json vendored
View file

@ -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"