Skip to content

Commit 122502f

Browse files
committed
fix: replace doc_auto_cfg with doc_cfg
See rust-lang/rust#138907
1 parent a1a21a6 commit 122502f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axplat/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![cfg_attr(not(test), no_std)]
2-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
2+
#![cfg_attr(docsrs, feature(doc_cfg))]
33
#![doc = include_str!("../README.md")]
44

55
#[macro_use]

0 commit comments

Comments
 (0)