Skip to content

Commit 660fb0f

Browse files
committed
Opt in to generate-link-to-definition when building on docs.rs
1 parent 24d9166 commit 660fb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ doc-scrape-examples = false
3030

3131
[package.metadata.docs.rs]
3232
targets = ["x86_64-unknown-linux-gnu"]
33-
rustdoc-args = ["--cfg", "doc_cfg"]
33+
rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]

0 commit comments

Comments
 (0)