Skip to content

Commit d282f62

Browse files
committed
Explain why we don't run rustfmt on tests/incremental/.
1 parent b4b7fc6 commit d282f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ignore = [
1717
"/tests/codegen/simd-intrinsic/", # Many types like `u8x64` are better hand-formatted.
1818
"/tests/crashes/", # Many tests contain syntax errors.
1919
"/tests/debuginfo/", # Tests are somewhat sensitive to source code layout.
20-
"/tests/incremental/",
20+
"/tests/incremental/", # Tests are somewhat sensitive to source code layout.
2121
"/tests/mir-opt/",
2222
"/tests/pretty/",
2323
"/tests/run-make/translation/test.rs", # Contains syntax errors.

0 commit comments

Comments
 (0)