From 3add6f19d0a4370c198ec83a248ce7bad9de9c6a Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Thu, 12 Mar 2026 21:37:19 -0700 Subject: [PATCH] rustfmt.toml: drop ignore of deleted test --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 4750b8541457c..60808190d8a5b 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -20,7 +20,6 @@ ignore = [ "/tests/incremental/", # These tests are somewhat sensitive to source code layout. "/tests/pretty/", # These tests are very sensitive to source code layout. "/tests/run-make/export", # These tests contain syntax errors. - "/tests/run-make/translation/test.rs", # This test contains syntax errors. "/tests/rustdoc-html/", # Some have syntax errors, some are whitespace-sensitive. "/tests/rustdoc-gui/", # Some tests are sensitive to source code layout. "/tests/rustdoc-ui/", # Some have syntax errors, some are whitespace-sensitive.