Skip to content

Commit

Permalink
Update coverage-instrumentation.md
Browse files Browse the repository at this point in the history
CI broken, presumably by rust-lang/rust#134672.
  • Loading branch information
GKFX authored Dec 27, 2024
1 parent 3905456 commit e3cc0c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/attributes/coverage-instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The attribute uses the [_MetaListIdents_] syntax to specify its behavior:
* `#[coverage(on)]` (the default) indicates that all functions within an item, recursively, *should* be instrumented, unless specified by another attribute.

```rust
#![feature(coverage_attribute)]

#[coverage(off)]
fn example() {}

Expand Down

0 comments on commit e3cc0c5

Please sign in to comment.