Skip to content

Commit dd8dc0a

Browse files
committed
Point standard library links to stable
1 parent 479518d commit dd8dc0a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Cargo.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ serde = { version = "1.0.194", optional = true, default-features = false }
2020

2121
[package.metadata.docs.rs]
2222
targets = ["x86_64-unknown-linux-gnu"]
23-
rustdoc-args = ["--generate-link-to-definition"]
23+
rustdoc-args = [
24+
"--generate-link-to-definition",
25+
"--extern-html-root-url=core=https://doc.rust-lang.org",
26+
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
27+
"--extern-html-root-url=std=https://doc.rust-lang.org",
28+
]
2429

2530
[package.metadata.playground]
2631
features = ["serde"]

0 commit comments

Comments
 (0)