summaryrefslogtreecommitdiff
path: root/src/export/pdf.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-12-05 20:29:55 +0100
committerLaurenz <laurmaedje@gmail.com>2019-12-05 20:29:55 +0100
commitf5b104d0da1c414fb59878d7378add316ee14798 (patch)
tree56968591bd997aa78cb8690da318ee97a822f2a9 /src/export/pdf.rs
parent72a9631b038d1a60e4e4a78e92cd69e6f8ce4316 (diff)
Rename crate `typst` -> `typstc` ✏
Diffstat (limited to 'src/export/pdf.rs')
-rw-r--r--src/export/pdf.rs2
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,