From af82faf28dccaf245a85140ddfadb004af9f8e56 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 29 May 2024 14:29:54 +1000 Subject: [PATCH] Run rustfmt on `tests/coverage/`. There are no changes to `.rs` files because #125693 recently formatted them all. --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 5f40abcbaa5bc..b8ffb807cf012 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -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/", "/tests/coverage-run-rustdoc/", "/tests/crashes/", "/tests/debuginfo/",