Skip to content

Commit

Permalink
mark rustfmt as broken
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
arielb1 authored and Ariel Ben-Yehuda committed Nov 26, 2017
1 parent 7dbbbf6 commit 47d53e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/toolstate.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ clippy = "Broken"
rls = "Testing"

# ping @nrc
rustfmt = "Testing"
rustfmt = "Compiling"

0 comments on commit 47d53e8

Please sign in to comment.