diff options
Diffstat (limited to 'crates/typst-cli/src/world.rs')
| -rw-r--r-- | crates/typst-cli/src/world.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-cli/src/world.rs b/crates/typst-cli/src/world.rs index f375c648..99456679 100644 --- a/crates/typst-cli/src/world.rs +++ b/crates/typst-cli/src/world.rs @@ -111,7 +111,7 @@ impl SystemWorld { /// Reset the compilation state in preparation of a new compilation. pub fn reset(&mut self) { - for slot in self.slots.borrow_mut().values_mut() { + for slot in self.slots.get_mut().values_mut() { slot.reset(); } self.now.take(); |
