diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-08 18:44:31 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-08 19:03:23 +0100 |
| commit | e6857f810e8868d95ebe78753568016b6dea12ca (patch) | |
| tree | 1b33a10470b9dff1d3c5e36ea4fd81fdf6b114cf /library/src/math | |
| parent | 11c7ceb29e762f6dd1d093d9fdb57e9612a92df0 (diff) | |
Copyable regions
Diffstat (limited to 'library/src/math')
| -rw-r--r-- | library/src/math/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<Fragment> { let mut t = Texifier::new(styles); self.texify(&mut t)?; |
