Skip to content

Commit 2f6ef04

Browse files
committed
Opt in to generate-macro-expansion when building on docs.rs
1 parent ce1bed4 commit 2f6ef04

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ members = ["unindent"]
2626
targets = ["x86_64-unknown-linux-gnu"]
2727
rustdoc-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",

unindent/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ repository = "https://github.com/dtolnay/indoc"
1414
targets = ["x86_64-unknown-linux-gnu"]
1515
rustdoc-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",

0 commit comments

Comments
 (0)