From b1b18e6031cb31b8c1a07e455e65b52eccc6305b Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 29 May 2024 13:59:52 +1000 Subject: [PATCH] Run rustfmt on `tests/auxiliary/`. That directory doesn't contain any Rust files, so it's a trivial change. --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 70d7332aafa..f17c038899c 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -14,7 +14,6 @@ ignore = [ # - some contain syntax errors that cause rustfmt to give an error # - some UI tests are broken by different formatting # - some require special comments in a particular position (e.g. `EMIT_MIR` comments) - "/tests/auxiliary/", "/tests/codegen/", "/tests/codegen-units/", "/tests/coverage/",