From 2c47707da1c329c4e158664e030c4e9328ed5847 Mon Sep 17 00:00:00 2001 From: Chris Denton Date: Fri, 20 Oct 2023 15:52:26 +0100 Subject: [PATCH] Fix link from docs.rs to full API documentation --- crates/libs/windows/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/libs/windows/Cargo.toml b/crates/libs/windows/Cargo.toml index f4c2af3bf0..49f224f6fe 100644 --- a/crates/libs/windows/Cargo.toml +++ b/crates/libs/windows/Cargo.toml @@ -15,7 +15,7 @@ categories = ["os::windows-apis"] [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [] -rustc-args = ["--cfg", "docsrs"] +rustdoc-args = ["--cfg", "docsrs"] [dependencies] windows-core = { path = "../core", version = "0.52.0" }