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 7e49194 commit 8ebbc03Copy full SHA for 8ebbc03
Cargo.toml
@@ -33,4 +33,9 @@ automod = "1.0.10"
33
34
[package.metadata.docs.rs]
35
targets = ["x86_64-unknown-linux-gnu"]
36
-rustdoc-args = ["--generate-link-to-definition"]
+rustdoc-args = [
37
+ "--generate-link-to-definition",
38
+ "--extern-html-root-url=core=https://doc.rust-lang.org",
39
+ "--extern-html-root-url=alloc=https://doc.rust-lang.org",
40
+ "--extern-html-root-url=std=https://doc.rust-lang.org",
41
+]
0 commit comments