From a93b1ab003affb0d72e9da4007b04a2a6cfd4462 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 6 Jan 2020 12:50:20 +0100 Subject: =?UTF-8?q?Formatting=20=F0=9F=9B=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib.rs') 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. -- cgit v1.2.3