mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
Add --generate-link-to-definition
option when building on docs.rs
This commit is contained in:
parent
9af3a94718
commit
3b5745dad4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ include.workspace = true
|
|||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["unstable-doc"]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
|
||||
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|
||||
|
||||
[package.metadata.playground]
|
||||
|
|
Loading…
Reference in a new issue