summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 79b1a8f2..fd1291ed 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -30,6 +30,10 @@
//! [cache]: layout::LayoutCache
//! [PDF]: export::pdf
+#![allow(clippy::len_without_is_empty)]
+#![allow(clippy::or_fun_call)]
+#![allow(clippy::try_err)]
+
#[macro_use]
pub mod util;
#[macro_use]