summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-01-06 12:50:20 +0100
committerLaurenz <laurmaedje@gmail.com>2020-01-06 12:50:20 +0100
commita93b1ab003affb0d72e9da4007b04a2a6cfd4462 (patch)
treebdc6f1c14259e7745fa59c7e51d8327ee5df3061 /src/lib.rs
parent2ee5810fecb96a8d4e0d078faecc8c91096d6881 (diff)
Formatting 🛀
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7975ff7d..ffd464fe 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -16,7 +16,7 @@
//! format is _PDF_. Alternatively, the layout can be serialized to pass it to
//! a suitable renderer.
-#![allow(unused)]
+// #![allow(unused)]
pub extern crate toddle;
@@ -42,6 +42,7 @@ pub mod syntax;
pub mod size;
pub mod style;
+
/// Transforms source code into typesetted layouts.
///
/// A typesetter can be configured through various methods.