We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a8187 commit 131ab56Copy full SHA for 131ab56
src/lib.rs
@@ -3,7 +3,7 @@
3
//!
4
//! See the type documentation for more information.
5
6
-#![cfg_attr(coverage_nightly, feature(no_coverage))]
+#![cfg_attr(coverage_nightly, feature(coverage_attribute))]
7
#![cfg_attr(not(feature = "std"), no_std)]
8
9
extern crate alloc;
0 commit comments