Skip to content

Commit 8ebbc03

Browse files
committed
Point standard library links to stable
1 parent 7e49194 commit 8ebbc03

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@ automod = "1.0.10"
3333

3434
[package.metadata.docs.rs]
3535
targets = ["x86_64-unknown-linux-gnu"]
36-
rustdoc-args = ["--generate-link-to-definition"]
36+
rustdoc-args = [
37+
"--generate-link-to-definition",
38+
"--extern-html-root-url=core=https://doc.rust-lang.org",
39+
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
40+
"--extern-html-root-url=std=https://doc.rust-lang.org",
41+
]

0 commit comments

Comments
 (0)