about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 0e788e92455..dffb7bb67f3 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -17,7 +17,7 @@ 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/translation/test.rs", # This test contains syntax errors.
-    "/tests/rustdoc/",
+    "/tests/rustdoc/",                # Some have syntax errors, some are whitespace-sensitive.
     "/tests/rustdoc-gui/",
     "/tests/rustdoc-js/",
     "/tests/rustdoc-json/",