Thanks to visit codestin.com Credit goes to github.com
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 f0aa0d3 commit 427c0bbCopy full SHA for 427c0bb
Cargo.toml
@@ -31,4 +31,9 @@ trybuild = { version = "1.0.66", features = ["diff"] }
31
32
[package.metadata.docs.rs]
33
targets = ["x86_64-unknown-linux-gnu"]
34
-rustdoc-args = ["--generate-link-to-definition"]
+rustdoc-args = [
35
+ "--generate-link-to-definition",
36
+ "--extern-html-root-url=core=https://doc.rust-lang.org",
37
+ "--extern-html-root-url=alloc=https://doc.rust-lang.org",
38
+ "--extern-html-root-url=std=https://doc.rust-lang.org",
39
+]
0 commit comments