Skip to content

Commit

Permalink
docs.rs: add --generate-link-to-definition flag
Browse files Browse the repository at this point in the history
This provides jump-to-definition while browsing
the source code in rustdoc output.

PR #128
  • Loading branch information
GuillaumeGomez authored Jul 14, 2023
1 parent 54c8931 commit abcc473
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ debug = true
[profile.test]
opt-level = 3
debug = true

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]

0 comments on commit abcc473

Please sign in to comment.