Commit 382de61 1 parent aed1b60 commit 382de61 Copy full SHA for 382de61
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 @@ -24,4 +24,10 @@ members = ["unindent"]
24
24
25
25
[package .metadata .docs .rs ]
26
26
targets = [" x86_64-unknown-linux-gnu" ]
27
- rustdoc-args = [" --generate-link-to-definition" ]
27
+ rustdoc-args = [
28
+ " --generate-link-to-definition" ,
29
+ " --extern-html-root-url=core=https://doc.rust-lang.org" ,
30
+ " --extern-html-root-url=alloc=https://doc.rust-lang.org" ,
31
+ " --extern-html-root-url=std=https://doc.rust-lang.org" ,
32
+ " --extern-html-root-url=proc_macro=https://doc.rust-lang.org" ,
33
+ ]
Original file line number Diff line number Diff line change @@ -12,4 +12,9 @@ repository = "https://github.com/dtolnay/indoc"
12
12
13
13
[package .metadata .docs .rs ]
14
14
targets = [" x86_64-unknown-linux-gnu" ]
15
- rustdoc-args = [" --generate-link-to-definition" ]
15
+ rustdoc-args = [
16
+ " --generate-link-to-definition" ,
17
+ " --extern-html-root-url=core=https://doc.rust-lang.org" ,
18
+ " --extern-html-root-url=alloc=https://doc.rust-lang.org" ,
19
+ " --extern-html-root-url=std=https://doc.rust-lang.org" ,
20
+ ]
You can’t perform that action at this time.
0 commit comments