]> git.lizzy.rs Git - rust.git/commit
Auto merge of #45811 - DSpeckhals:update-rustfmt-rls, r=nikomatsakis
authorbors <bors@rust-lang.org>
Mon, 6 Nov 2017 20:43:46 +0000 (20:43 +0000)
committerbors <bors@rust-lang.org>
Mon, 6 Nov 2017 20:43:46 +0000 (20:43 +0000)
commitbd0e45a323f85a1940d997ac237023c00670da67
tree5c9d073dc2ba5e212e5c75e785bc268e9d99e0ca
parentdbe8055f5a23b3cee27058b828364bb280c86d12
parentd0c1f36771744954f32d80bdade0e0bbd9fd6c23
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.