Bless coverage-reports after format_args change
This commit is contained in:
parent
490569c9ef
commit
7ee21e3de1
@ -29,8 +29,8 @@
|
|||||||
29| 1| some_string = Some(String::from("the string content"));
|
29| 1| some_string = Some(String::from("the string content"));
|
||||||
30| 1| let
|
30| 1| let
|
||||||
31| 1| a
|
31| 1| a
|
||||||
32| 1| =
|
32| | =
|
||||||
33| 1| ||
|
33| | ||
|
||||||
34| 0| {
|
34| 0| {
|
||||||
35| 0| let mut countdown = 0;
|
35| 0| let mut countdown = 0;
|
||||||
36| 0| if is_false {
|
36| 0| if is_false {
|
||||||
@ -173,7 +173,7 @@
|
|||||||
169| | ;
|
169| | ;
|
||||||
170| |
|
170| |
|
||||||
171| 1| let short_used_not_covered_closure_line_break_no_block_embedded_branch =
|
171| 1| let short_used_not_covered_closure_line_break_no_block_embedded_branch =
|
||||||
172| 1| | _unused_arg: u8 |
|
172| | | _unused_arg: u8 |
|
||||||
173| 0| println!(
|
173| 0| println!(
|
||||||
174| 0| "not called: {}",
|
174| 0| "not called: {}",
|
||||||
175| 0| if is_true { "check" } else { "me" }
|
175| 0| if is_true { "check" } else { "me" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user