From c8a28554422cbe3d97728058f8f07bff28194c19 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Sun, 11 Aug 2019 21:10:16 +0200 Subject: [PATCH] Update RLS This update includes the ability to warn on deprecated config keys. It's important to be able to warn the user whenever they're using an old configuration rather than giving them a cryptic "unknown configuration error" cc https://github.com/rust-lang/rls-vscode/issues/639 Since we removed a config value in the current nightly, it'd be very good if this change can make also make it before cutting the next release. --- src/tools/rls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/rls b/src/tools/rls index bdfcef769fc..7b0a20bf13b 160000 --- a/src/tools/rls +++ b/src/tools/rls @@ -1 +1 @@ -Subproject commit bdfcef769fcdc777320d452ac71afacad48b0de7 +Subproject commit 7b0a20bf13b7061b1eb31a058117ac5517ff8cc9 -- 2.44.0