Skip to content

Commit 3763532

Browse files
committed
fix(docsrs): migrate from doc_auto_cfg to doc_cfg
1 parent b4847c8 commit 3763532

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
@@ -84,7 +84,7 @@
8484
//! | PMEM Device | ❌ | |
8585
8686
#![cfg_attr(not(test), no_std)]
87-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
87+
#![cfg_attr(docsrs, feature(doc_cfg))]
8888
#![cfg_attr(feature = "nightly", feature(allocator_api))]
8989

9090
#[cfg(feature = "alloc")]

0 commit comments

Comments
 (0)