Skip to content

Commit dbd39d3

Browse files
committed
fix: feature(doc_auto_cfg) was folded into feature(doc_cfg)
1 parent 31ef217 commit dbd39d3

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
@@ -10,7 +10,7 @@
1010
#![allow(clippy::missing_const_for_fn)] // not necessary most of the times
1111
#![deny(missing_docs)]
1212
#![cfg_attr(not(feature = "std"), no_std)]
13-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
13+
#![cfg_attr(docsrs, feature(doc_cfg))]
1414
#![cfg_attr(
1515
all(target_arch = "aarch64", feature = "aarch64_neon_prefetch"),
1616
feature(stdarch_aarch64_prefetch)

0 commit comments

Comments
 (0)