Skip to content

Commit 5ad5aca

Browse files
committed
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.
2 parents 8a92ebf + 500352f commit 5ad5aca

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -1801,6 +1801,7 @@ dependencies = [
18011801
"rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
18021802
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
18031803
"rustc-workspace-hack 1.0.0",
1804+
"rustc_tools_util 0.1.0",
18041805
"rustfmt-nightly 0.99.4",
18051806
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
18061807
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",

src/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ rustc-workspace-hack = { path = 'tools/rustc-workspace-hack' }
6464

6565
[patch."https://github.com/rust-lang-nursery/rust-clippy"]
6666
clippy_lints = { path = "tools/clippy/clippy_lints" }
67+
rustc_tools_util = { path = "tools/clippy/rustc_tools_util" }

src/tools/rls

Submodule rls updated from 2b21611 to 32d4577

0 commit comments

Comments
 (0)