From 4c4ea590d0885be5ceeba574b01139616c84f7f8 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Thu, 3 Jan 2019 11:26:17 +0100 Subject: [PATCH] [beta] Update RLS to include 100% CPU on hover bugfix Beta backport of a fix that already was backported to stable, see https://github.com/rust-lang/rust/issues/56726 and https://github.com/rust-lang/rls/pull/1170 for the underlying RLS issue. Also includes the fix for https://github.com/rust-lang/rls/issues/1154 (respecting target-dir specified in .cargo/config for RLS artifacts). --- src/tools/rls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/rls b/src/tools/rls index cfd8449bd6fcf..bfa1371f5ccea 160000 --- a/src/tools/rls +++ b/src/tools/rls @@ -1 +1 @@ -Subproject commit cfd8449bd6fcfc6a0b53889c616faa4de4513636 +Subproject commit bfa1371f5cceacebe307d9ee70760296eb0ec489