Update expected closure coverage info in test

This commit is contained in:
Giacomo Pasini 2023-03-03 18:21:27 +01:00
parent f605e90677
commit d1f7fa5b4e
No known key found for this signature in database
GPG Key ID: A03851B78A6C9A46

View File

@ -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 {