Skip to content

Commit a136ce8

Browse files
committed
Point standard library links to stable
1 parent ecc7fae commit a136ce8

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
@@ -17,4 +17,9 @@ no-panic = { version = "0.1", optional = true }
1717

1818
[package.metadata.docs.rs]
1919
targets = ["x86_64-unknown-linux-gnu"]
20-
rustdoc-args = ["--generate-link-to-definition"]
20+
rustdoc-args = [
21+
"--generate-link-to-definition",
22+
"--extern-html-root-url=core=https://doc.rust-lang.org",
23+
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
24+
"--extern-html-root-url=std=https://doc.rust-lang.org",
25+
]

0 commit comments

Comments
 (0)