typst/docs
Laurenz 47dff3765d Remove 'static bound on `World`
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.
2023-05-11 10:50:30 +02:00
..
src Implement default values for at() (#995) 2023-05-03 12:34:35 +02:00
Cargo.toml Remove 'static bound on `World` 2023-05-11 10:50:30 +02:00