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 @@ -43,6 +43,7 @@ members = ["impl", "tests/no-std"]
4343targets = [" x86_64-unknown-linux-gnu" ]
4444rustdoc-args = [
4545 " --generate-link-to-definition" ,
46+ " --generate-macro-expansion" ,
4647 " --extern-html-root-url=core=https://doc.rust-lang.org" ,
4748 " --extern-html-root-url=alloc=https://doc.rust-lang.org" ,
4849 " --extern-html-root-url=std=https://doc.rust-lang.org" ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ syn = "2.0.87"
2020targets = [" x86_64-unknown-linux-gnu" ]
2121rustdoc-args = [
2222 " --generate-link-to-definition" ,
23+ " --generate-macro-expansion" ,
2324 " --extern-html-root-url=core=https://doc.rust-lang.org" ,
2425 " --extern-html-root-url=alloc=https://doc.rust-lang.org" ,
2526 " --extern-html-root-url=std=https://doc.rust-lang.org" ,
You can’t perform that action at this time.
0 commit comments