Skip to content

Commit 3dfe2be

Browse files
committed
Point standard library links to stable
1 parent e8eef6d commit 3dfe2be

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,4 +20,9 @@ trybuild = { version = "1.0.89", features = ["diff"] }
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+
]

0 commit comments

Comments
 (0)