From 7e980224354880cfda1797136a1ff886d6642662 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 9 Dec 2019 13:29:04 +0100 Subject: =?UTF-8?q?Bad=20stack=20layouter=20=F0=9F=9A=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index a7bc38a9..f2ebd572 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,6 +14,8 @@ //! format. Submodules for these formats are located in the [export](crate::export) //! module. Currently, the only supported output format is _PDF_. +#![allow(unused)] + pub extern crate toddle; use std::cell::RefCell; -- cgit v1.2.3