Skip to content

Commit

Permalink
Fix link from docs.rs to full API documentation (#2688)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Oct 20, 2023
1 parent 30e0fbb commit ec66a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit ec66a9b

Please sign in to comment.