Skip to content

Commit

Permalink
Rename coverage feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sgodwin424 committed Oct 24, 2023
1 parent 75a8187 commit 131ab56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//!
//! See the type documentation for more information.

#![cfg_attr(coverage_nightly, feature(no_coverage))]
#![cfg_attr(coverage_nightly, feature(coverage_attribute))]
#![cfg_attr(not(feature = "std"), no_std)]

extern crate alloc;
Expand Down

0 comments on commit 131ab56

Please sign in to comment.