From a99f71bb6546dacaad01d6a1dfa8ec0cff74ebd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 9 Dec 2018 19:33:17 +0200 Subject: [PATCH] Switch from rustfmt-preview to rustfmt component in CI We still have to stay at the nightly version of rustfmt as the `ignore` option is not stable yet. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e009b9ff3..6aa8c29d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,6 @@ rustfmt: image: "rustlang/rust:nightly-slim" stage: "lint" script: - - rustup component add rustfmt-preview + - rustup component add rustfmt - cargo fmt --version - cargo fmt -- --color=always --check