Auto merge of #54489 - matthiaskrgr:rls, r=kennytm

update rls to 32d457717ce37babef199fe4984b1e20d4e108d4

I patched rls to use the `rustc_tools_utils` supplied by the clippy submodule to get around the tidy warning.

Should fix rls and toolstate.
This commit is contained in:
bors 2018-09-24 04:32:24 +00:00
commit 5ad5aca714
3 changed files with 3 additions and 1 deletions

View File

@ -1801,6 +1801,7 @@ dependencies = [
"rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-workspace-hack 1.0.0",
"rustc_tools_util 0.1.0",
"rustfmt-nightly 0.99.4",
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -64,3 +64,4 @@ rustc-workspace-hack = { path = 'tools/rustc-workspace-hack' }
[patch."https://github.com/rust-lang-nursery/rust-clippy"]
clippy_lints = { path = "tools/clippy/clippy_lints" }
rustc_tools_util = { path = "tools/clippy/rustc_tools_util" }

@ -1 +1 @@
Subproject commit 2b21611d38a16a775f55ea102d8f442dfc51cf6d
Subproject commit 32d457717ce37babef199fe4984b1e20d4e108d4