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 c10412c commit b0f396cCopy full SHA for b0f396c
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_cfg, doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
41
#![allow(clippy::unused_unit)] // false positive fixed in Rust 1.89
42
43
use std::fmt;
0 commit comments