forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: - preparation for potential rustfmt 1.4.19 (rust-lang#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 (rust-lang#3975)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
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 |