From 47d53e8d789900e0b1e116fa0bbc8d7ba2506d72 Mon Sep 17 00:00:00 2001 From: Ariel Ben-Yehuda Date: Thu, 23 Nov 2017 22:18:48 +0200 Subject: [PATCH] mark rustfmt as broken There's a trailing whitespace problem in one of the tests. @nrc said he'll go fix it quickly, but until then I'll like to land this PR. I suspect this happened because one of the dependencies in the Cargo.lock I updated had changed the format of the XML they emit, but that has to be investigated. --- src/tools/toolstate.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/toolstate.toml b/src/tools/toolstate.toml index f1684f4c5acb..05dd8a650cf8 100644 --- a/src/tools/toolstate.toml +++ b/src/tools/toolstate.toml @@ -32,4 +32,4 @@ clippy = "Broken" rls = "Testing" # ping @nrc -rustfmt = "Testing" +rustfmt = "Compiling"