We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
public_imp
imp
1 parent 5fda078 commit 21ba2c8Copy full SHA for 21ba2c8
src/lib.rs
@@ -10,7 +10,7 @@
10
#![allow(clippy::missing_const_for_fn)] // not necessary most of the times
11
#![deny(missing_docs)]
12
#![cfg_attr(not(feature = "std"), no_std)]
13
-#![cfg_attr(docsrs, feature(doc_cfg))]
+#![cfg_attr(docsrs, feature(doc_auto_cfg))]
14
#![cfg_attr(
15
all(target_arch = "aarch64", feature = "aarch64_neon_prefetch"),
16
feature(stdarch_aarch64_prefetch)
0 commit comments