diff options
| author | Igor Matuszewski <xanewok@gmail.com> | 2020-05-04 14:51:31 +0200 |
|---|---|---|
| committer | Igor Matuszewski <xanewok@gmail.com> | 2020-05-05 14:16:26 +0200 |
| commit | 1dd0e3c38f2cd4af7162a308d509018711417b5c (patch) | |
| tree | bb7a98ff82109abc1599da57dc35ee02f1a432f6 | |
| parent | de27cd7649e4182c63c770d18a561bda0d88cfc6 (diff) | |
| download | rust-1dd0e3c38f2cd4af7162a308d509018711417b5c.tar.gz rust-1dd0e3c38f2cd4af7162a308d509018711417b5c.zip | |
Update RLS
In addition to fixing the toolstate, this also changes the default compilation model to the out-of-process one, which should hopefully target considerable memory usage for long-running instances of the RLS.
| -rw-r--r-- | Cargo.lock | 1 | ||||
| m--------- | src/tools/rls | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 74578084a72..23521e0736d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3102,7 +3102,6 @@ version = "0.6.0" dependencies = [ "clippy_lints", "env_logger 0.7.1", - "failure", "futures", "log", "rand 0.7.3", diff --git a/src/tools/rls b/src/tools/rls -Subproject 75491db0bff74a14dc6392b1491043bc7c924c6 +Subproject 1cb7c09eb245454648bdecd61fa93bace3041b6 |
