mirror of
https://github.com/serde-rs/json.git
synced 2025-09-29 22:11:13 +00:00
Point standard library links to stable
This commit is contained in:
parent
4d4f53c3b7
commit
400eaa977f
@ -32,7 +32,12 @@ trybuild = { version = "1.0.81", features = ["diff"] }
|
||||
[package.metadata.docs.rs]
|
||||
features = ["preserve_order", "raw_value", "unbounded_depth"]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
rustdoc-args = ["--generate-link-to-definition"]
|
||||
rustdoc-args = [
|
||||
"--generate-link-to-definition",
|
||||
"--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",
|
||||
]
|
||||
|
||||
[package.metadata.playground]
|
||||
features = ["float_roundtrip", "raw_value", "unbounded_depth"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user