-
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.
Auto merge of #74760 - tmandry:roll, r=tmandry
Update rustfmt and rls Closes #74080, #74081. rls changes: - deps: update racer and cargo rustfmt changes: - preparation for potential rustfmt 1.4.19 (#4283) - chore: backport 8157a3f0afe978d3e953420577f8344db7e905bf - deps: bump rustc-ap to v669 - deps: bump rustc-ap-* to v668 - deps: bump rustc-ap* to v666 - Use correct span for match arms with the leading pipe and attributes (#3975)
- Loading branch information
Showing
3 changed files
with
44 additions
and
43 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 rustfmt
updated
13 files
+130 −132 | Cargo.lock | |
+10 −10 | Cargo.toml | |
+2 −2 | src/chains.rs | |
+3 −0 | src/config/mod.rs | |
+1 −1 | src/formatting.rs | |
+6 −13 | src/items.rs | |
+1 −0 | src/matches.rs | |
+1 −1 | src/types.rs | |
+4 −4 | src/visitor.rs | |
+0 −1 | tests/config/issue-3779.toml | |
+1 −0 | tests/source/issue-3779/lib.rs | |
+1 −0 | tests/target/issue-3779/lib.rs | |
+10 −0 | tests/target/issue-3974.rs |