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

View File

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