Skip to content

Commit

Permalink
Run rustfmt on tests/coverage/.
Browse files Browse the repository at this point in the history
There are no changes to `.rs` files because rust-lang#125693 recently formatted
them all.
  • Loading branch information
nnethercote committed May 30, 2024
1 parent ff7e395 commit af82faf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit af82faf

Please sign in to comment.