Skip to content

Commit 02bacc4

Browse files
authored
Merge pull request #21 from rust-osdev/doc_cfg
fix(docsrs): migrate from `doc_auto_cfg` to `doc_cfg`
2 parents b4847c8 + 3763532 commit 02bacc4

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)