Skip to content

Commit 5c196b9

Browse files
authored
docs: Enable doc_auto_cfg on docs.rs (#125)
1 parent 64dbe9e commit 5c196b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#![doc(
3535
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
3636
)]
37+
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
3738

3839
#[cfg(feature = "std")]
3940
#[doc(no_inline)]

0 commit comments

Comments
 (0)