summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-06-04 10:05:25 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-06-04 14:15:29 +1000
commit50185807d723363f5070165f514969cd675ec39a (patch)
treed645adfcff7b22d6bc1082333055421d385bab3d /rustfmt.toml
parent9f16362ab4c584aa737b68326c9859a07293113a (diff)
rustfmt `tests/rustdoc-js-std/`.
This is trivial, because the directory contains no `.rs` files.
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 9f2dcec6f06..6966de6ce7e 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -19,7 +19,6 @@ ignore = [
"/tests/run-make/translation/test.rs", # This test contains syntax errors.
"/tests/rustdoc/", # Some have syntax errors, some are whitespace-sensitive.
"/tests/rustdoc-gui/", # Some tests are sensitive to source code layout.
- "/tests/rustdoc-js-std/",
"/tests/rustdoc-ui/",
"/tests/ui/",
"/tests/ui-fulldeps/",