We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ffea0 commit e399c25Copy full SHA for e399c25
src/lib.rs
@@ -37,7 +37,7 @@
37
#![doc(
38
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
39
)]
40
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
41
42
use std::fmt;
43
use std::marker::PhantomData;
0 commit comments