Skip to content

Commit ec66a9b

Browse files
authored
Fix link from docs.rs to full API documentation (#2688)
1 parent 30e0fbb commit ec66a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libs/windows/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["os::windows-apis"]
1515
[package.metadata.docs.rs]
1616
default-target = "x86_64-pc-windows-msvc"
1717
targets = []
18-
rustc-args = ["--cfg", "docsrs"]
18+
rustdoc-args = ["--cfg", "docsrs"]
1919

2020
[dependencies]
2121
windows-core = { path = "../core", version = "0.52.0" }

0 commit comments

Comments
 (0)