mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
update rls to 32d457717ce37babef199fe4984b1e20d4e108d4
This commit is contained in:
parent
4591a245c7
commit
500352f5bc
@ -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)",
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user