Run rustfmt on tests/coverage-run-rustdoc/.

There are only two tiny Rust files in this directory, and they are
already formatted correctly.
This commit is contained in:
Nicholas Nethercote 2024-05-29 14:35:52 +10:00
parent e86709c58a
commit 4fd2003026

View File

@ -15,7 +15,6 @@ ignore = [
# - some UI tests are broken by different formatting
# - some require special comments in a particular position (e.g. `EMIT_MIR` comments)
"/tests/codegen/simd-intrinsic/", # Many types like `u8x64` are better hand-formatted.
"/tests/coverage-run-rustdoc/",
"/tests/crashes/",
"/tests/debuginfo/",
"/tests/incremental/",