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 3b78161 commit ea2f2a2Copy full SHA for ea2f2a2
Cargo.toml
@@ -29,4 +29,10 @@ trybuild = { version = "1.0.81", features = ["diff"] }
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
+ "--extern-html-root-url=proc_macro=https://doc.rust-lang.org",
38
+]
0 commit comments