about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAriel Ben-Yehuda <ariel.byd@gmail.com>2017-11-23 22:18:48 +0200
committerAriel Ben-Yehuda <arielb1@mail.tau.ac.il>2017-11-26 16:12:43 +0200
commit47d53e8d789900e0b1e116fa0bbc8d7ba2506d72 (patch)
tree77a4baee04fc4cbc3908d19b055777f20b72416f
parent7dbbbf6607ebf14240f19580d3485e8a425c3b26 (diff)
downloadrust-47d53e8d789900e0b1e116fa0bbc8d7ba2506d72.tar.gz
rust-47d53e8d789900e0b1e116fa0bbc8d7ba2506d72.zip
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.
-rw-r--r--src/tools/toolstate.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/toolstate.toml b/src/tools/toolstate.toml
index f1684f4c5ac..05dd8a650cf 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"