File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ members = ["unindent"]
2626targets = [" x86_64-unknown-linux-gnu" ]
2727rustdoc-args = [
2828 " --generate-link-to-definition" ,
29+ " --generate-macro-expansion" ,
2930 " --extern-html-root-url=core=https://doc.rust-lang.org" ,
3031 " --extern-html-root-url=alloc=https://doc.rust-lang.org" ,
3132 " --extern-html-root-url=std=https://doc.rust-lang.org" ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ repository = "https://github.com/dtolnay/indoc"
1414targets = [" x86_64-unknown-linux-gnu" ]
1515rustdoc-args = [
1616 " --generate-link-to-definition" ,
17+ " --generate-macro-expansion" ,
1718 " --extern-html-root-url=core=https://doc.rust-lang.org" ,
1819 " --extern-html-root-url=alloc=https://doc.rust-lang.org" ,
1920 " --extern-html-root-url=std=https://doc.rust-lang.org" ,
You can’t perform that action at this time.
0 commit comments