Skip to content

Commit a034d30

Browse files
authored
docs: enable generate-link-to-definition for docs.rs builds (#38)
1 parent 7e04550 commit a034d30

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
@@ -32,5 +32,5 @@ serde_json = "1.0"
3232

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

0 commit comments

Comments
 (0)