Use stable rustfmt.
This commit is contained in:
parent
8c4e129f17
commit
0ed984b267
@ -12,9 +12,9 @@ before_script:
|
|||||||
- $HOME/.cargo/bin/diesel setup
|
- $HOME/.cargo/bin/diesel setup
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- rust: nightly
|
- rust: stable
|
||||||
env: TASK=rustfmt
|
env: TASK=rustfmt
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add rustfmt-preview
|
- rustup component add rustfmt
|
||||||
script:
|
script:
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
max_width = 79
|
max_width = 79
|
||||||
|
|
||||||
reorder_imports = true
|
reorder_imports = true
|
||||||
report_fixme = "Always"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user