mirror of
https://github.com/serde-rs/json.git
synced 2025-09-27 13:00:52 +00:00
Opt in to generate-macro-expansion when building on docs.rs
This commit is contained in:
parent
efa66e3a1d
commit
b9cafe2626
@ -37,6 +37,7 @@ features = ["preserve_order", "raw_value", "unbounded_depth"]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
rustdoc-args = [
|
||||
"--generate-link-to-definition",
|
||||
"--generate-macro-expansion",
|
||||
"--extern-html-root-url=core=https://doc.rust-lang.org",
|
||||
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
|
||||
"--extern-html-root-url=std=https://doc.rust-lang.org",
|
||||
|
Loading…
x
Reference in New Issue
Block a user