Skip to content

Commit 427c0bb

Browse files
committed
Point standard library links to stable
1 parent f0aa0d3 commit 427c0bb

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

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

0 commit comments

Comments
 (0)