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 Jul 14, 2023
1 parent 4dda12d commit 8a49851
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 @@ -36,7 +36,7 @@ debugger_test_parser = "0.1.0"

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

[[test]]
name = "debugger_visualizer"
Expand Down

0 comments on commit 8a49851

Please # to comment.