From 01b5db709d5b309981cb40450f986b470f9ac901 Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:26:58 +0200 Subject: [PATCH] fix docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d034dce..32d013d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ description = "Rust bindings to the System Informer's (formerly known as Process all-features = true default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] -rustc-args = ["--cfg", "docsrs"] +rustdoc-args = ["--cfg=docsrs"] [build-dependencies] windows.features = ["Win32_Foundation"]