From 0ea498aa9fc7ddf696d53fe961d30e63e4d38438 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 29 May 2024 15:10:38 +1000 Subject: [PATCH] Explain why we don't run rustfmt on `tests/incremental/`. --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index beb33467b48c7..2b502cf9bc6f0 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -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.