Skip to content

Commit

Permalink
docs: enable generate-link-to-definition for docs.rs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed Oct 28, 2023
1 parent 7e04550 commit 7b78dd5
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 @@ -32,5 +32,5 @@ serde_json = "1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--generate-link-to-definition", "--cfg", "docsrs"]

0 comments on commit 7b78dd5

Please sign in to comment.