diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |
