File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,10 @@ members = ["unindent"]
2424
2525[package .metadata .docs .rs ]
2626targets = [" 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"
1212
1313[package .metadata .docs .rs ]
1414targets = [" 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