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:
parent
e80a3e2232
commit
577272eede
22 changed files with 106 additions and 106 deletions
|
@ -15,7 +15,7 @@
|
|||
LL| [0;35m33[0m| for _İ in 'А'..='Я' { /* Я */ }
|
||||
^32 ^32
|
||||
LL| |
|
||||
LL| [0;35m1[0m| if 申し訳ございません() && [0;41m申し訳ございません()[0m [0;41m{[0m
|
||||
LL| [0;35m1[0m| if 申し訳ございません() && [0;41m申し訳ございません[0m() [0;41m{[0m
|
||||
^0
|
||||
LL| 0|[0;41m println!("true");[0m
|
||||
LL| 1|[0;41m [0m}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue