Skip to content

Commit b723616

Browse files
committed
Point standard library links to stable
1 parent ddbabd5 commit b723616

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
@@ -30,4 +30,9 @@ members = ["benches"]
3030

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

0 commit comments

Comments
 (0)