Skip to content

Commit

Permalink
Add --generate-link-to-definition option when building on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez authored and Thomasdezeeuw committed Jul 14, 2023
1 parent ec0776f commit 77f5ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ rand = "0.8"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
targets = [
"aarch64-apple-ios",
"aarch64-linux-android",
Expand Down

0 comments on commit 77f5ef7

Please sign in to comment.