diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2018-09-22 23:58:03 +0200 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2018-09-23 02:19:57 +0200 |
| commit | 500352f5bcb61eaf830c4800907dd8bb78d5bd3e (patch) | |
| tree | 8567e1311f96590f4a9c11e75ff52542a28e71e3 | |
| parent | 4591a245c7eec9f70d668982b1383cd2a6854af5 (diff) | |
| download | rust-500352f5bcb61eaf830c4800907dd8bb78d5bd3e.tar.gz rust-500352f5bcb61eaf830c4800907dd8bb78d5bd3e.zip | |
update rls to 32d457717ce37babef199fe4984b1e20d4e108d4
| -rw-r--r-- | src/Cargo.lock | 1 | ||||
| -rw-r--r-- | src/Cargo.toml | 1 | ||||
| m--------- | src/tools/rls | 0 |
3 files changed, 2 insertions, 0 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock index c2c3f37db37..9273251588f 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -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)", diff --git a/src/Cargo.toml b/src/Cargo.toml index 01663487f92..e8c44ea57c2 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -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" } diff --git a/src/tools/rls b/src/tools/rls -Subproject 2b21611d38a16a775f55ea102d8f442dfc51cf6 +Subproject 32d457717ce37babef199fe4984b1e20d4e108d |
