Skip to content

Commit 07deaaf

Browse files
committed
Opt in to generate-macro-expansion when building on docs.rs
1 parent aff89bf commit 07deaaf

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
@@ -32,6 +32,7 @@ members = ["benches"]
3232
targets = ["x86_64-unknown-linux-gnu"]
3333
rustdoc-args = [
3434
"--generate-link-to-definition",
35+
"--generate-macro-expansion",
3536
"--extern-html-root-url=core=https://doc.rust-lang.org",
3637
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
3738
"--extern-html-root-url=std=https://doc.rust-lang.org",

0 commit comments

Comments
 (0)