Skip to content

Commit 7e3e073

Browse files
authored
Fix documentation build on docs.rs (#801)
1 parent 35fd5af commit 7e3e073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = [".*"]
1313

1414
[package.metadata.docs.rs]
1515
features = ["std", "sys_rng"]
16-
rustdoc-args = ["--cfg getrandom_backend=\"extern_impl\""]
16+
rustdoc-args = ["--cfg", "getrandom_backend=\"extern_impl\""]
1717

1818
[features]
1919
# Implement From<getrandom::Error> for std::io::Error and

0 commit comments

Comments
 (0)