Skip to content

Commit cda7479

Browse files
committed
Opt in to generate-macro-expansion when building on docs.rs
1 parent a70ed35 commit cda7479

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
@@ -29,6 +29,7 @@ libcxx = ["libc++"]
2929
targets = ["x86_64-unknown-linux-gnu"]
3030
rustdoc-args = [
3131
"--generate-link-to-definition",
32+
"--generate-macro-expansion",
3233
"--extern-html-root-url=core=https://doc.rust-lang.org",
3334
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
3435
"--extern-html-root-url=std=https://doc.rust-lang.org",

0 commit comments

Comments
 (0)