We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs.rs
1 parent aa2d61c commit 8a102e5Copy full SHA for 8a102e5
src/lib.rs
@@ -10,6 +10,7 @@
10
clippy::cargo_common_metadata,
11
clippy::multiple_crate_versions
12
)]
13
+#![cfg_attr(docsrs, feature(doc_auto_cfg))]
14
#![doc = include_str!("../README.md")]
15
mod stdx;
16
0 commit comments