1
Fork 0

coverage: -Zcoverage-options=branch is no longer a placeholder

This commit is contained in:
Zalathar 2024-03-13 20:53:10 +11:00
parent 5fb1f61a77
commit 060c7ce7e9
3 changed files with 3 additions and 3 deletions

View file

@ -146,7 +146,7 @@ pub enum InstrumentCoverage {
/// Individual flag values controlled by `-Z coverage-options`.
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
pub struct CoverageOptions {
/// Add branch coverage instrumentation (placeholder flag; not yet implemented).
/// Add branch coverage instrumentation.
pub branch: bool,
}