We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
doc_auto_cfg
doc_cfg
1 parent b4847c8 commit 3763532Copy full SHA for 3763532
1 file changed
src/lib.rs
@@ -84,7 +84,7 @@
84
//! | PMEM Device | ❌ | |
85
86
#![cfg_attr(not(test), no_std)]
87
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
88
#![cfg_attr(feature = "nightly", feature(allocator_api))]
89
90
#[cfg(feature = "alloc")]
0 commit comments