diff options
Diffstat (limited to 'src/export')
| -rw-r--r-- | src/export/pdf.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/export/pdf.rs b/src/export/pdf.rs index 8d6393c9..c70fdcc0 100644 --- a/src/export/pdf.rs +++ b/src/export/pdf.rs @@ -23,7 +23,6 @@ pub struct PdfExporter {} impl PdfExporter { /// Create a new exporter. - #[inline] pub fn new() -> PdfExporter { PdfExporter {} } @@ -31,7 +30,6 @@ impl PdfExporter { /// Export a finished multi-layout. The layout needs to have been created with the same /// font loader passed in here since the indices must match. The PDF data is written into /// the target writable and the number of bytes written is returned. - #[inline] pub fn export<W: Write>( &self, layout: &MultiLayout, |
