Skip to content

Commit 1255495

Browse files
committed
fix: replace doc_auto_cfg with doc_cfg
See rust-lang/rust#138907
1 parent 9e93b28 commit 1255495

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)