Skip to content

Commit 9c2879a

Browse files
committed
Opt in to generate-link-to-definition when building on docs.rs
1 parent d1a07e2 commit 9c2879a

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
@@ -34,7 +34,7 @@ doc-scrape-examples = false
3434
[package.metadata.docs.rs]
3535
features = ["raw_value", "unbounded_depth"]
3636
targets = ["x86_64-unknown-linux-gnu"]
37-
rustdoc-args = ["--cfg", "docsrs"]
37+
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
3838

3939
[package.metadata.playground]
4040
features = ["raw_value"]

0 commit comments

Comments
 (0)