mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Enforce rustfmt +nightly for consistent rust imports. (#1035)
This commit is contained in:
parent
be2d9f0427
commit
8d1ec88195
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