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