Skip to content

Commit

Permalink
Remove coverage ignore feature again
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Oct 22, 2023
1 parent 7735446 commit 9733dcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@
test(no_crate_inject, attr(deny(warnings))),
test(attr(allow(dead_code)))
)]
// Allows functions to be ignored by the coverage algorithm
#![cfg_attr(coverage_nightly, feature(coverage_attribute))]

type BoxedError = Box<dyn std::error::Error + Send + Sync + 'static>;

Expand Down

0 comments on commit 9733dcd

Please sign in to comment.