Skip to content

Commit c58d9bf

Browse files
committed
Point standard library links to stable
1 parent dfe5fcc commit c58d9bf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cargo.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,10 @@ trybuild = { version = "1.0.49", features = ["diff"] }
1919

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

0 commit comments

Comments
 (0)