Rollup merge of #123439 - Zalathar:constants, r=oli-obk
coverage: Remove useless constants After #122972 and #123419, these constants don't serve any useful purpose, so get rid of them. `@rustbot` label +A-code-coverage
This commit is contained in:
commit
4ba3f46be3
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