Bless coverage-reports after core macro blocks change
This commit is contained in:
parent
af53809c87
commit
ac5c657a08
@ -116,8 +116,8 @@
|
||||
116| 1|
|
||||
117| 1| let
|
||||
118| 1| _unused_closure
|
||||
119| | =
|
||||
120| | |
|
||||
119| 1| =
|
||||
120| 1| |
|
||||
121| | mut countdown
|
||||
122| | |
|
||||
123| 0| {
|
||||
@ -173,7 +173,7 @@
|
||||
169| | ;
|
||||
170| |
|
||||
171| 1| let short_used_not_covered_closure_line_break_no_block_embedded_branch =
|
||||
172| | | _unused_arg: u8 |
|
||||
172| 1| | _unused_arg: u8 |
|
||||
173| 0| println!(
|
||||
174| 0| "not called: {}",
|
||||
175| 0| if is_true { "check" } else { "me" }
|
||||
@ -191,7 +191,7 @@
|
||||
187| | ;
|
||||
188| |
|
||||
189| 1| let short_used_covered_closure_line_break_no_block_embedded_branch =
|
||||
190| 1| | _unused_arg: u8 |
|
||||
190| | | _unused_arg: u8 |
|
||||
191| 1| println!(
|
||||
192| 1| "not called: {}",
|
||||
193| 1| if is_true { "check" } else { "me" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user