File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -41,4 +41,9 @@ members = ["impl", "tests/no-std"]
41
41
42
42
[package .metadata .docs .rs ]
43
43
targets = [" x86_64-unknown-linux-gnu" ]
44
- rustdoc-args = [" --generate-link-to-definition" ]
44
+ rustdoc-args = [
45
+ " --generate-link-to-definition" ,
46
+ " --extern-html-root-url=core=https://doc.rust-lang.org" ,
47
+ " --extern-html-root-url=alloc=https://doc.rust-lang.org" ,
48
+ " --extern-html-root-url=std=https://doc.rust-lang.org" ,
49
+ ]
Original file line number Diff line number Diff line change @@ -18,4 +18,10 @@ syn = "2.0.87"
18
18
19
19
[package .metadata .docs .rs ]
20
20
targets = [" x86_64-unknown-linux-gnu" ]
21
- rustdoc-args = [" --generate-link-to-definition" ]
21
+ rustdoc-args = [
22
+ " --generate-link-to-definition" ,
23
+ " --extern-html-root-url=core=https://doc.rust-lang.org" ,
24
+ " --extern-html-root-url=alloc=https://doc.rust-lang.org" ,
25
+ " --extern-html-root-url=std=https://doc.rust-lang.org" ,
26
+ " --extern-html-root-url=proc_macro=https://doc.rust-lang.org" ,
27
+ ]
You can’t perform that action at this time.
0 commit comments