Skip to content

Commit 211e409

Browse files
committed
Opt in to generate-macro-expansion when building on docs.rs
1 parent b48fc02 commit 211e409

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ trybuild = { version = "1.0.108", features = ["diff"] }
3333
targets = ["x86_64-unknown-linux-gnu"]
3434
rustdoc-args = [
3535
"--generate-link-to-definition",
36+
"--generate-macro-expansion",
3637
"--extern-html-root-url=core=https://doc.rust-lang.org",
3738
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
3839
"--extern-html-root-url=std=https://doc.rust-lang.org",

0 commit comments

Comments
 (0)