Skip to content

Commit d71a015

Browse files
committed
Explain why we don't run rustfmt on tests/debuginfo/.
1 parent 3079bd9 commit d71a015

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
@@ -16,7 +16,7 @@ ignore = [
1616
# - some require special comments in a particular position (e.g. `EMIT_MIR` comments)
1717
"/tests/codegen/simd-intrinsic/", # Many types like `u8x64` are better hand-formatted.
1818
"/tests/crashes/", # Many tests contain syntax errors.
19-
"/tests/debuginfo/",
19+
"/tests/debuginfo/", # Tests are somewhat sensitive to source code layout.
2020
"/tests/incremental/",
2121
"/tests/mir-opt/",
2222
"/tests/pretty/",

0 commit comments

Comments
 (0)