about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-06-03 17:34:39 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-06-04 14:14:35 +1000
commit98d65d62c511777d6372ae0115d40f82d0a42857 (patch)
treeb0cf6b730efd036ac13bc58b5d7d1bb48186732b
parente372bf8e337b3b30431adff7279711debf07ca7d (diff)
downloadrust-98d65d62c511777d6372ae0115d40f82d0a42857.tar.gz
rust-98d65d62c511777d6372ae0115d40f82d0a42857.zip
Explain why `tests/rustdoc-gui/` is unformatted.
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
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/",