From 50185807d723363f5070165f514969cd675ec39a Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 4 Jun 2024 10:05:25 +1000 Subject: [PATCH] rustfmt `tests/rustdoc-js-std/`. This is trivial, because the directory contains no `.rs` files. --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) 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/",