mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Thanks to improvements in comemo, tracked types don't need to be 'static anymore. This means that the 'static bound on the `World` is now lifted and that the `Route` doesn't need to use unsafe code anymore to manage its lifetime.