From a4ad3c2e9c003974c175e87c66cec6a802bcc081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20du=20Garreau?= Date: Mon, 2 Feb 2026 18:14:39 +0100 Subject: [PATCH] Fix documentation on docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5268c493..c92f9e71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = [".*"] [package.metadata.docs.rs] features = ["std", "sys_rng"] -rustdoc-args = ["--cfg getrandom_backend=\"extern_impl\""] +rustdoc-args = ["--cfg", "getrandom_backend=\"extern_impl\""] [features] # Implement From for std::io::Error and