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