mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Enforce rustfmt +nightly for consistent rust imports. (#1035)
This commit is contained in:
parent
be2d9f0427
commit
8d1ec88195
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 New Issue
Block a user