We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc7fae commit a136ce8Copy full SHA for a136ce8
Cargo.toml
@@ -17,4 +17,9 @@ no-panic = { version = "0.1", optional = true }
17
18
[package.metadata.docs.rs]
19
targets = ["x86_64-unknown-linux-gnu"]
20
-rustdoc-args = ["--generate-link-to-definition"]
+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