summaryrefslogtreecommitdiff
path: root/src/export
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-12-09 13:29:04 +0100
committerLaurenz <laurmaedje@gmail.com>2019-12-09 13:29:04 +0100
commit7e980224354880cfda1797136a1ff886d6642662 (patch)
treec0137dcca82526faa71fd1d980a90c68dac798c8 /src/export
parent64f938b449b7ff5e53b6a06ed943bf9dedc1014b (diff)
Bad stack layouter 🚑
Diffstat (limited to 'src/export')
-rw-r--r--src/export/pdf.rs2
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(_) => {}
}
}