We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fd5af commit 7e3e073Copy full SHA for 7e3e073
Cargo.toml
@@ -13,7 +13,7 @@ exclude = [".*"]
13
14
[package.metadata.docs.rs]
15
features = ["std", "sys_rng"]
16
-rustdoc-args = ["--cfg getrandom_backend=\"extern_impl\""]
+rustdoc-args = ["--cfg", "getrandom_backend=\"extern_impl\""]
17
18
[features]
19
# Implement From<getrandom::Error> for std::io::Error and
0 commit comments