coverage: Remove useless constants
This commit is contained in:
parent
4fd4797c26
commit
e08fdb0f2f
3 changed files with 5 additions and 13 deletions
|
@ -59,7 +59,7 @@ fn coverage_ids_info<'tcx>(
|
|||
_ => None,
|
||||
})
|
||||
.max()
|
||||
.unwrap_or(CounterId::START);
|
||||
.unwrap_or(CounterId::ZERO);
|
||||
|
||||
CoverageIdsInfo { max_counter_id }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue