-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #73506 - Xanewok:update-rls, r=Xanewok
Bump Rustfmt and RLS Fixes #73406 Fixes #73199 Fixes #73407 Fixes #73200 cc @calebcartwright @topecongiro r? @ghost Let's see what CI says first
- Loading branch information
Showing
3 changed files
with
73 additions
and
70 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
4 files
+112 −72 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+3 −0 | azure-pipelines.yml | |
+2 −1 | rls/src/actions/format.rs |
Submodule rustfmt
updated
25 files
+230 −159 | Cargo.lock | |
+12 −11 | Cargo.toml | |
+19 −18 | src/bin/main.rs | |
+8 −7 | src/comment.rs | |
+15 −6 | src/config/file_lines.rs | |
+7 −2 | src/config/mod.rs | |
+5 −1 | src/expr.rs | |
+8 −27 | src/format-diff/main.rs | |
+1 −0 | src/format_report_formatter.rs | |
+7 −7 | src/formatting.rs | |
+19 −16 | src/lib.rs | |
+1 −0 | src/macros.rs | |
+63 −29 | src/modules.rs | |
+3 −1 | src/source_file.rs | |
+17 −78 | src/syntux/parser.rs | |
+27 −11 | src/syntux/session.rs | |
+33 −2 | src/test/mod.rs | |
+1 −0 | src/utils.rs | |
+6 −0 | tests/parser/issue-4126/invalid.rs | |
+1 −0 | tests/parser/issue-4126/lib.rs | |
+8 −0 | tests/source/issue-4079.rs | |
+9 −0 | tests/target/issue-4020.rs | |
+11 −0 | tests/target/issue-4079.rs | |
+5 −0 | tests/target/skip/foo.rs | |
+5 −0 | tests/target/skip/main.rs |