diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-06-03 17:34:39 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-06-04 14:14:35 +1000 |
| commit | 98d65d62c511777d6372ae0115d40f82d0a42857 (patch) | |
| tree | b0cf6b730efd036ac13bc58b5d7d1bb48186732b | |
| parent | e372bf8e337b3b30431adff7279711debf07ca7d (diff) | |
| download | rust-98d65d62c511777d6372ae0115d40f82d0a42857.tar.gz rust-98d65d62c511777d6372ae0115d40f82d0a42857.zip | |
Explain why `tests/rustdoc-gui/` is unformatted.
| -rw-r--r-- | rustfmt.toml | 2 |
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/", |
