Skip to content

Commit b206eae

Browse files
committed
Point standard library links to stable
1 parent 148c065 commit b206eae

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
@@ -29,7 +29,12 @@ syn = { version = "2.0.96", default-features = false, features = ["clone-impls",
2929

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

3439
[package.metadata.playground]
3540
features = ["verbatim"]

0 commit comments

Comments
 (0)