From f5b104d0da1c414fb59878d7378add316ee14798 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 5 Dec 2019 20:29:55 +0100 Subject: =?UTF-8?q?Rename=20crate=20`typst`=20->=20`typstc`=20=E2=9C=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/export/pdf.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/export') 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( &self, layout: &MultiLayout, -- cgit v1.2.3