coverage: Remove useless constants

This commit is contained in:
Zalathar 2024-04-04 11:04:32 +11:00
parent 4fd4797c26
commit e08fdb0f2f
3 changed files with 5 additions and 13 deletions

View file

@ -59,7 +59,7 @@ fn coverage_ids_info<'tcx>(
_ => None,
})
.max()
.unwrap_or(CounterId::START);
.unwrap_or(CounterId::ZERO);
CoverageIdsInfo { max_counter_id }
}