File tree
30 files changed
+461
-801
lines changed- rustfmt-core
- rustfmt-bin
- src
- bin
- format-diff
- git-rustfmt
- tests
- cargo-fmt
- rustfmt
- rustfmt-config
- src
- rustfmt-emitter
- rustfmt-lib
- src/test
- tests
- config
- source
- configs/skip_children
- foo
- nested_skipped
- target
- configs/skip_children
- foo
- issue-2673-nonmodrs-mods
- foo
- nested_skipped
30 files changed
+461
-801
lines changedDiff for: Cargo.lock
+5-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: Cargo.toml
+8-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
| 36 | + | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 | 41 |
| |
43 |
| - | |
44 | 42 |
| |
45 |
| - | |
46 | 43 |
| |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 | 44 |
| |
51 | 45 |
| |
52 | 46 |
| |
53 | 47 |
| |
54 |
| - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
55 | 54 |
| |
56 | 55 |
| |
57 | 56 |
| |
|
Diff for: Configurations.md
-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1881 | 1881 |
| |
1882 | 1882 |
| |
1883 | 1883 |
| |
1884 |
| - | |
1885 |
| - | |
1886 |
| - | |
1887 |
| - | |
1888 |
| - | |
1889 |
| - | |
1890 |
| - | |
1891 |
| - | |
1892 | 1884 |
| |
1893 | 1885 |
| |
1894 | 1886 |
| |
|
Diff for: rustfmt-core/rustfmt-bin/Cargo.toml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
|
Diff for: rustfmt-core/rustfmt-bin/build.rs
+8-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
18 |
| - | |
| 21 | + | |
19 | 22 |
| |
20 | 23 |
| |
21 | 24 |
| |
| |||
25 | 28 |
| |
26 | 29 |
| |
27 | 30 |
| |
28 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 |
| |
30 | 36 |
| |
31 | 37 |
| |
|
0 commit comments