Skip to content

Commit 131ab56

Browse files
committed
Rename coverage feature
1 parent 75a8187 commit 131ab56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//!
44
//! See the type documentation for more information.
55
6-
#![cfg_attr(coverage_nightly, feature(no_coverage))]
6+
#![cfg_attr(coverage_nightly, feature(coverage_attribute))]
77
#![cfg_attr(not(feature = "std"), no_std)]
88

99
extern crate alloc;

0 commit comments

Comments
 (0)