diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-12-09 13:29:04 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-12-09 13:29:04 +0100 |
| commit | 7e980224354880cfda1797136a1ff886d6642662 (patch) | |
| tree | c0137dcca82526faa71fd1d980a90c68dac798c8 /src/export | |
| parent | 64f938b449b7ff5e53b6a06ed943bf9dedc1014b (diff) | |
Bad stack layouter 🚑
Diffstat (limited to 'src/export')
| -rw-r--r-- | src/export/pdf.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export/pdf.rs b/src/export/pdf.rs index c70fdcc0..8eca0374 100644 --- a/src/export/pdf.rs +++ b/src/export/pdf.rs @@ -261,7 +261,7 @@ impl<'d, W: Write> ExportProcess<'d, W> { text.tj(self.fonts[active_font.0].encode_text(&string)?); }, - LayoutAction::DebugBox(_, _) => {} + LayoutAction::DebugBox(_) => {} } } |
