From e6857f810e8868d95ebe78753568016b6dea12ca Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 8 Dec 2022 18:44:31 +0100 Subject: Copyable regions --- library/src/math/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/math') diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs index 4eb72e23..83cc62aa 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -57,7 +57,7 @@ impl Layout for MathNode { &self, vt: &mut Vt, styles: StyleChain, - _: &Regions, + _: Regions, ) -> SourceResult { let mut t = Texifier::new(styles); self.texify(&mut t)?; -- cgit v1.2.3