Skip to content

Commit 21ba2c8

Browse files
committed
really document that the public_imp feature is required for the imp modules
1 parent 5fda078 commit 21ba2c8

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_cfg))]
13+
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
1414
#![cfg_attr(
1515
all(target_arch = "aarch64", feature = "aarch64_neon_prefetch"),
1616
feature(stdarch_aarch64_prefetch)

0 commit comments

Comments
 (0)