Skip to content

Commit 400eaa9

Browse files
committed
Point standard library links to stable
1 parent 4d4f53c commit 400eaa9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: Cargo.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ trybuild = { version = "1.0.81", features = ["diff"] }
3232
[package.metadata.docs.rs]
3333
features = ["preserve_order", "raw_value", "unbounded_depth"]
3434
targets = ["x86_64-unknown-linux-gnu"]
35-
rustdoc-args = ["--generate-link-to-definition"]
35+
rustdoc-args = [
36+
"--generate-link-to-definition",
37+
"--extern-html-root-url=core=https://doc.rust-lang.org",
38+
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
39+
"--extern-html-root-url=std=https://doc.rust-lang.org",
40+
]
3641

3742
[package.metadata.playground]
3843
features = ["float_roundtrip", "raw_value", "unbounded_depth"]

0 commit comments

Comments
 (0)