coverage: Restrict empty-span expansion to only cover {
and }
This commit is contained in:
parent
996bdabc2a
commit
3c30fe3423
50 changed files with 200 additions and 189 deletions
|
@ -11,7 +11,7 @@
|
|||
LL| 1| if b {
|
||||
LL| 1| println!("non_async_func println in block");
|
||||
LL| 1| }
|
||||
^0
|
||||
^0
|
||||
LL| 1|}
|
||||
LL| |
|
||||
LL| 1|async fn async_func() {
|
||||
|
@ -20,7 +20,7 @@
|
|||
LL| 1| if b {
|
||||
LL| 1| println!("async_func println in block");
|
||||
LL| 1| }
|
||||
^0
|
||||
^0
|
||||
LL| 1|}
|
||||
LL| |
|
||||
LL| 1|async fn async_func_just_println() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue