Skip to content

Commit 72aaf49

Browse files
committed
Opt in to generate-macro-expansion when building on docs.rs
1 parent 112a387 commit 72aaf49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1818
rustdoc-args = [
1919
"--cfg=procmacro2_semver_exempt",
2020
"--generate-link-to-definition",
21+
"--generate-macro-expansion",
2122
"--extern-html-root-url=core=https://doc.rust-lang.org",
2223
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
2324
"--extern-html-root-url=std=https://doc.rust-lang.org",

0 commit comments

Comments
 (0)