-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #79737 - Xanewok:update-rls, r=calebcartwright
Update RLS and Rustfmt Fixes #79406 Fixes #79407 This does pull 1.4.28 version of Rustfmt. Do you want me to pull the 1.4.29 while we're at it? r? `@calebcartwright`
- Loading branch information
Showing
4 changed files
with
66 additions
and
58 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
14 files
+88 −0 | .github/workflows/ci.yml | |
+125 −105 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+1 −5 | README.md | |
+0 −47 | azure-pipelines.yml | |
+0 −33 | ci/azure-install-rust.yml | |
+0 −18 | ci/azure-rustfmt.yml | |
+0 −29 | ci/azure-test.yml | |
+37 −0 | ci/setup-toolchain.sh | |
+11 −0 | rls/src/build/cargo.rs | |
+1 −0 | rust-toolchain | |
+0 −1 | rustfmt.toml | |
+36 −8 | tests/client.rs | |
+2 −2 | tests/fixtures/hover/save_data/test_tooltip_std.rs.0008_027.json |
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 rustfmt
updated
48 files