Skip to content

Commit

Permalink
Explain why we don't run rustfmt on tests/incremental/.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed May 31, 2024
1 parent d71a015 commit 0ea498a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0ea498a

Please sign in to comment.