Explain why we don't run rustfmt on `tests/incremental/`.

This commit is contained in:
Nicholas Nethercote 2024-05-29 15:10:38 +10:00
parent d71a015d01
commit 0ea498aa9f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ignore = [
"/tests/codegen/simd-intrinsic/", # Many types like `u8x64` are better hand-formatted.
"/tests/crashes/", # Many tests contain syntax errors.
"/tests/debuginfo/", # Tests are somewhat sensitive to source code layout.
"/tests/incremental/",
"/tests/incremental/", # Tests are somewhat sensitive to source code layout.
"/tests/mir-opt/",
"/tests/pretty/",
"/tests/run-make/translation/test.rs", # Contains syntax errors.