From 98d65d62c511777d6372ae0115d40f82d0a42857 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 3 Jun 2024 17:34:39 +1000 Subject: [PATCH] Explain why `tests/rustdoc-gui/` is unformatted. --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index dffb7bb67f3..cc032bfe023 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -18,7 +18,7 @@ ignore = [ "/tests/pretty/", # These tests are very sensitive to source code layout. "/tests/run-make/translation/test.rs", # This test contains syntax errors. "/tests/rustdoc/", # Some have syntax errors, some are whitespace-sensitive. - "/tests/rustdoc-gui/", + "/tests/rustdoc-gui/", # Some tests are sensitive to source code layout. "/tests/rustdoc-js/", "/tests/rustdoc-json/", "/tests/rustdoc-js-std/",