Skip to content

Commit 5875f3f

Browse files
committed
Explain why tests/pretty/ is unformatted.
1 parent 7c52d2d commit 5875f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ignore = [
1515
"/tests/crashes/", # Many of these tests contain syntax errors.
1616
"/tests/debuginfo/", # These tests are somewhat sensitive to source code layout.
1717
"/tests/incremental/", # These tests are somewhat sensitive to source code layout.
18-
"/tests/pretty/",
18+
"/tests/pretty/", # These tests are very sensitive to source code layout.
1919
"/tests/run-make/translation/test.rs", # This test contains syntax errors.
2020
"/tests/run-make-fulldeps/",
2121
"/tests/run-pass-valgrind/",

0 commit comments

Comments
 (0)