diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-20 01:11:25 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-20 01:11:25 +0800 |
| commit | 9d491352d161ee629cc47459537344ba0ea4bb35 (patch) | |
| tree | 40d847da5cfafce48c3ca99c78bcc077da4c4fb2 /examples/example-pack-err/page.toml | |
| parent | 8749087c5035fbe4c0dce0893a39e0e2265fa130 (diff) | |
Add shared `MockProgramCollect` and conditional `Groupped` bounds
Extract duplicate `MockCollect` implementations into a reusable
`MockProgramCollect` type. Conditionally require `Serialize` on the
`Groupped` trait when the `general_renderer` feature is enabled.
Diffstat (limited to 'examples/example-pack-err/page.toml')
| -rw-r--r-- | examples/example-pack-err/page.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-pack-err/page.toml b/examples/example-pack-err/page.toml index 5534236..255bbdd 100644 --- a/examples/example-pack-err/page.toml +++ b/examples/example-pack-err/page.toml @@ -1,6 +1,6 @@ [example] id = "example-pack-err" -name = "pack_err!" +name = "Pack an Error" icon = "🛑" category = "macros" desc = """ |
