summaryrefslogtreecommitdiff
path: root/src/export
diff options
context:
space:
mode:
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 {