We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64dbe9e commit 5c196b9Copy full SHA for 5c196b9
src/lib.rs
@@ -34,6 +34,7 @@
34
#![doc(
35
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
36
)]
37
+#![cfg_attr(docsrs, feature(doc_auto_cfg))]
38
39
#[cfg(feature = "std")]
40
#[doc(no_inline)]
0 commit comments