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

This commit is contained in:
Nicholas Nethercote 2024-05-29 14:37:37 +10:00
parent 4fd2003026
commit 70bc0c5b20
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ignore = [
# - some UI tests are broken by different formatting
# - some require special comments in a particular position (e.g. `EMIT_MIR` comments)
"/tests/codegen/simd-intrinsic/", # Many types like `u8x64` are better hand-formatted.
"/tests/crashes/",
"/tests/crashes/", # Many tests contain syntax errors.
"/tests/debuginfo/",
"/tests/incremental/",
"/tests/mir-opt/",