Skip to content

Commit a4ad3c2

Browse files
committed
Fix documentation on docs.rs
1 parent 35fd5af commit a4ad3c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)