mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 09:24:00 +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"
|
"eslint --fix"
|
||||||
],
|
],
|
||||||
"../server/src/**/*.rs": [
|
"../server/src/**/*.rs": [
|
||||||
"rustfmt --config-path ../server/.rustfmt.toml"
|
"rustfmt +nightly --config-path ../server/.rustfmt.toml"
|
||||||
],
|
],
|
||||||
"package.json": [
|
"package.json": [
|
||||||
"sortpack"
|
"sortpack"
|
||||||
|
|
Loading…
Reference in a new issue