From 0ed984b26773013c15d48ce846849ab310bfbd39 Mon Sep 17 00:00:00 2001 From: Rasmus Kaj Date: Sat, 23 Feb 2019 21:20:36 +0100 Subject: [PATCH] Use stable rustfmt. --- .travis.yml | 4 ++-- rustfmt.toml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 48932c1..a55d2ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/rustfmt.toml b/rustfmt.toml index c349a53..90e8417 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,3 @@ max_width = 79 reorder_imports = true -report_fixme = "Always"