From 4fd2003026bf66dd09f40e81958f0b1ecfdeb62d Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 29 May 2024 14:35:52 +1000 Subject: [PATCH] Run rustfmt on `tests/coverage-run-rustdoc/`. There are only two tiny Rust files in this directory, and they are already formatted correctly. --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index b8ffb807cf0..e633ab2c6e3 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-run-rustdoc/", "/tests/crashes/", "/tests/debuginfo/", "/tests/incremental/",