diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-10-15 18:15:36 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-10-15 18:15:36 +0200 |
| commit | a3c667895e4e5d5673931415397523b9615008d3 (patch) | |
| tree | fc416e7ceeff0fa45f7ddfaaf74cd3354f09048a /src/export | |
| parent | 0727713424878fed3936d4b6e7cecd4f0c58d888 (diff) | |
Refactor the main layouter ♻
Diffstat (limited to 'src/export')
| -rw-r--r-- | src/export/pdf.rs | 1 |
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 { |
