Skip to content

Commit bd0e45a

Browse files
committed
Auto merge of #45811 - DSpeckhals:update-rustfmt-rls, r=nikomatsakis
tools: Fix rustfmt and the RLS These tools have been corrected in their upstream repo's, and the submodules have been updated here to reflect that. I also had to update Cargo to match what the RLS is expecting. The tool states for `rustfmt` and `rls` where both changed from "Broken" to "Testing" in this commit, thus enabling testing and distribution again.
2 parents dbe8055 + d0c1f36 commit bd0e45a

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

src/Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tools/rls

Submodule rls updated from 48fd42f to 9ad92e1

src/tools/rustfmt

src/tools/toolstate.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ miri = "Broken"
2929
clippy = "Broken"
3030

3131
# ping @nrc
32-
rls = "Broken"
32+
rls = "Testing"
3333

3434
# ping @nrc
35-
rustfmt = "Broken"
35+
rustfmt = "Testing"

0 commit comments

Comments
 (0)