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 75ff87f commit 9b74936Copy full SHA for 9b74936
Cargo.toml
@@ -39,4 +39,9 @@ members = ["explanation", "tests/crate"]
39
40
[package.metadata.docs.rs]
41
targets = ["x86_64-unknown-linux-gnu"]
42
-rustdoc-args = ["--generate-link-to-definition"]
+rustdoc-args = [
43
+ "--generate-link-to-definition",
44
+ "--extern-html-root-url=core=https://doc.rust-lang.org",
45
+ "--extern-html-root-url=alloc=https://doc.rust-lang.org",
46
+ "--extern-html-root-url=std=https://doc.rust-lang.org",
47
+]
0 commit comments