Use stable rustfmt.

This commit is contained in:
Rasmus Kaj 2019-02-23 21:20:36 +01:00
parent 8c4e129f17
commit 0ed984b267
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,3 @@
max_width = 79
reorder_imports = true
report_fixme = "Always"