We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f9d92 commit eeff48eCopy full SHA for eeff48e
cap-std/src/lib.rs
@@ -23,7 +23,7 @@
23
//! [`Pool`]: net::Pool
24
25
#![deny(missing_docs)]
26
-#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
27
#![cfg_attr(target_os = "wasi", feature(wasi_ext))]
28
#![cfg_attr(can_vector, feature(can_vector))]
29
#![cfg_attr(write_all_vectored, feature(write_all_vectored))]
0 commit comments