From 014c41547eed83314a6e36f6cc48eb67c7bd54fe Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Thu, 16 Apr 2020 13:17:06 +0200 Subject: [PATCH] Reenable rustfmt integration test --- .github/workflows/clippy_bors.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index 3b1774e03..6675a1029 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -234,8 +234,7 @@ jobs: - 'rust-lang/cargo' - 'rust-lang/rls' - 'rust-lang/chalk' - # FIXME: Disabled until https://github.com/rust-lang/rust/issues/71077 is fixed - # - 'rust-lang/rustfmt' + - 'rust-lang/rustfmt' - 'Marwes/combine' - 'Geal/nom' - 'rust-lang/stdarch'