1
Fork 0

coverage: Shrink call spans to just the function name

This is a way to shrink call spans that doesn't involve mixing different spans,
and avoids overlap with argument spans.

This patch also removes some low-value comments that were causing rustfmt to
ignore the match arms.
This commit is contained in:
Zalathar 2025-03-29 21:33:01 +11:00
parent e80a3e2232
commit 577272eede
22 changed files with 106 additions and 106 deletions

View file

@ -15,7 +15,7 @@
LL| 33| for _İ in 'А'..='Я' { /* Я */ }
^32 ^32
LL| |
LL| 1| if 申し訳ございません() && 申し訳ございません() {
LL| 1| if 申し訳ございません() && 申し訳ございません() {
^0
LL| 0| println!("true");
LL| 1| }