summaryrefslogtreecommitdiff
path: root/src/export
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-10-15 18:15:36 +0200
committerLaurenz <laurmaedje@gmail.com>2019-10-15 18:15:36 +0200
commita3c667895e4e5d5673931415397523b9615008d3 (patch)
treefc416e7ceeff0fa45f7ddfaaf74cd3354f09048a /src/export
parent0727713424878fed3936d4b6e7cecd4f0c58d888 (diff)
Refactor the main layouter ♻
Diffstat (limited to 'src/export')
-rw-r--r--src/export/pdf.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/export/pdf.rs b/src/export/pdf.rs
index 6a12c42c..3c718c2e 100644
--- a/src/export/pdf.rs
+++ b/src/export/pdf.rs
@@ -19,7 +19,6 @@ use crate::layout::{Layout, LayoutAction, MultiLayout};
use crate::size::Size;
/// Exports layouts into _PDFs_.
-#[derive(Debug)]
pub struct PdfExporter {}
impl PdfExporter {