mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Things like `luma(1, key: "val")` didn't produce an error before because `args.finish()?` wasn't called. This changes `args: Args` to `args: &mut Args` to make it impossible for that to happen.