-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of #95676 - pietroalbini:pa-bump-rls, r=pietroalbini
Update RLS This PR updates RLS to include the following PRs: * rust-lang/rls#1766 * rust-lang/rls#1767 * rust-lang/rls#1771 * rust-lang/rls#1772 It also updates racer to fix RLS compilation with the parallel compiler enabled.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule rls
updated
5 files
+19 −20 | Cargo.lock | |
+3 −3 | Cargo.toml | |
+30 −26 | architecture.md | |
+1 −0 | rls/src/build/cargo.rs | |
+7 −3 | rls/src/project_model.rs |