diff options
| author | Alex Burka <aburka@seas.upenn.edu> | 2017-12-14 12:55:20 -0500 |
|---|---|---|
| committer | Alex Burka <aburka@seas.upenn.edu> | 2017-12-14 12:56:27 -0500 |
| commit | 834674fa1d97f0e83baf99e1da5e24b82d41f63c (patch) | |
| tree | 0fef718aac58d1404a6c01d3f5502b2c1b52105e | |
| parent | aaeae4c72e645af5435cc03d981c3e12dcb76658 (diff) | |
| download | rust-834674fa1d97f0e83baf99e1da5e24b82d41f63c.tar.gz rust-834674fa1d97f0e83baf99e1da5e24b82d41f63c.zip | |
rls depends on rustfmt
| -rw-r--r-- | src/tools/toolstate.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/toolstate.toml b/src/tools/toolstate.toml index 3f0d13b585c..b29e505c3b0 100644 --- a/src/tools/toolstate.toml +++ b/src/tools/toolstate.toml @@ -32,4 +32,5 @@ clippy = "Testing" rls = "Broken" # ping @nrc +# when breaking rustfmt, always break rls as well rustfmt = "Broken" |
