diff options
| author | Ariel Ben-Yehuda <ariel.byd@gmail.com> | 2017-11-23 22:18:48 +0200 |
|---|---|---|
| committer | Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> | 2017-11-26 16:12:43 +0200 |
| commit | 47d53e8d789900e0b1e116fa0bbc8d7ba2506d72 (patch) | |
| tree | 77a4baee04fc4cbc3908d19b055777f20b72416f | |
| parent | 7dbbbf6607ebf14240f19580d3485e8a425c3b26 (diff) | |
| download | rust-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.toml | 2 |
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" |
