This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3 files changed
+223
-113
lines changedLines changed: 221 additions & 111 deletions
Original file line number | Diff line number | Diff line change |
---|
- Cargo.lock+244-115
- Cargo.toml+28-8
- src/attr.rs+6-7
- src/chains.rs+1-1
- src/closures.rs+3-3
- src/comment.rs+1-1
- src/config/file_lines.rs+5-6
- src/config/options.rs+3-3
- src/expr.rs+21-16
- src/formatting.rs+237-47
- src/imports.rs+3-4
- src/items.rs+114-62
- src/lib.rs+2-1
- src/lists.rs+1-1
- src/macros.rs+34-33
- src/matches.rs+2-2
- src/missed_spans.rs+1-1
- src/modules.rs+19-16
- src/modules/visitor.rs+6-5
- src/overflow.rs+2-2
- src/patterns.rs+24-21
- src/reorder.rs+4-5
- src/rewrite.rs+2-2
- src/skip.rs+6-3
- src/source_file.rs+5-5
- src/source_map.rs+1-1
- src/spanned.rs+3-6
- src/stmt.rs+1-1
- src/types.rs+8-12
- src/utils.rs+22-10
- src/vertical.rs+1-1
- src/visitor.rs+140-74
- tests/source/issue-2916.rs+2
- tests/target/issue-2916.rs+1-1
0 commit comments