| commit | cda7479d7f1c30e0193b6c636193057661b15c38 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <[email protected]> | Tue Sep 16 23:29:16 2025 |
| committer | David Tolnay <[email protected]> | Tue Sep 16 23:29:16 2025 |
| tree | d2d001d3bcb210c7b5bd94abb403303f944d0b32 | |
| parent | a70ed352d9582ebd1359b12cd157716637ed67c3 [diff] |
Opt in to generate-macro-expansion when building on docs.rs
diff --git a/Cargo.toml b/Cargo.toml index ab8ae33..996c941 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -29,6 +29,7 @@ targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = [ "--generate-link-to-definition", + "--generate-macro-expansion", "--extern-html-root-url=core=https://doc.rust-lang.org", "--extern-html-root-url=alloc=https://doc.rust-lang.org", "--extern-html-root-url=std=https://doc.rust-lang.org",