Skip to content

Commit 9b74936

Browse files
committed
Point standard library links to stable
1 parent 75ff87f commit 9b74936

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
@@ -39,4 +39,9 @@ members = ["explanation", "tests/crate"]
3939

4040
[package.metadata.docs.rs]
4141
targets = ["x86_64-unknown-linux-gnu"]
42-
rustdoc-args = ["--generate-link-to-definition"]
42+
rustdoc-args = [
43+
"--generate-link-to-definition",
44+
"--extern-html-root-url=core=https://doc.rust-lang.org",
45+
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
46+
"--extern-html-root-url=std=https://doc.rust-lang.org",
47+
]

0 commit comments

Comments
 (0)