Skip to content

Commit b9cafe2

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

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
@@ -37,6 +37,7 @@ features = ["preserve_order", "raw_value", "unbounded_depth"]
3737
targets = ["x86_64-unknown-linux-gnu"]
3838
rustdoc-args = [
3939
"--generate-link-to-definition",
40+
"--generate-macro-expansion",
4041
"--extern-html-root-url=core=https://doc.rust-lang.org",
4142
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
4243
"--extern-html-root-url=std=https://doc.rust-lang.org",

0 commit comments

Comments
 (0)