summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-06-03 17:30:09 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-06-04 09:53:02 +1000
commite372bf8e337b3b30431adff7279711debf07ca7d (patch)
tree7d62c720604ee82bc1b8cfd2c09b431b7d87aa58 /rustfmt.toml
parenta78e1202dd4096e95f118fae833949d0b028c753 (diff)
Explain why `tests/rustdoc/` is unformatted.
Diffstat (limited to 'rustfmt.toml')
-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/",