Skip to content

Commit

Permalink
The coverage_attribute feature is now stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
gendx committed Dec 20, 2024
1 parent 90dee7a commit 3f09534
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
clippy::multiple_unsafe_ops_per_block
)]
#![cfg_attr(not(test), forbid(clippy::undocumented_unsafe_blocks))]
#![cfg_attr(
all(test, feature = "nightly_tests"),
feature(negative_impls, coverage_attribute)
)]
#![cfg_attr(all(test, feature = "nightly_tests"), feature(negative_impls))]
#![cfg_attr(feature = "nightly", feature(step_trait, try_trait_v2))]
#![cfg_attr(docsrs, feature(doc_cfg))]

Expand Down

0 comments on commit 3f09534

Please sign in to comment.