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 8c0ad61 commit dce22b9Copy full SHA for dce22b9
cap-std/Cargo.toml
@@ -14,7 +14,7 @@ edition = "2021"
14
15
[package.metadata.docs.rs]
16
all-features = true
17
-rustdoc-args = ["--cfg=doc_cfg"]
+rustdoc-args = ["--cfg=docsrs"]
18
19
[dependencies]
20
arf-strings = { version = "0.7.0", optional = true }
cap-std/src/lib.rs
@@ -23,7 +23,7 @@
23
//! [`Pool`]: net::Pool
24
25
#![deny(missing_docs)]
26
-#![cfg_attr(doc_cfg, feature(doc_cfg, doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_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