Skip to content

Commit 8a49851

Browse files
Add --generate-link-to-definition option when building on docs.rs (#304)
1 parent 4dda12d commit 8a49851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ debugger_test_parser = "0.1.0"
3636

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

4141
[[test]]
4242
name = "debugger_visualizer"

0 commit comments

Comments
 (0)