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 ce04e72 commit d6d5367Copy full SHA for d6d5367
Cargo.toml
@@ -29,4 +29,9 @@ rand_xorshift = "0.4"
29
30
[package.metadata.docs.rs]
31
targets = ["x86_64-unknown-linux-gnu"]
32
-rustdoc-args = ["--generate-link-to-definition"]
+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
+]
0 commit comments