Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
+#![allow(clippy::style)]
+#![allow(clippy::complexity)]
+
use serde::Deserialize;
use std::process::Command;
// There is NO WARRANTY.
#![allow(clippy::style)]
-
-#![allow(clippy::unit_arg)]
-#![allow(clippy::useless_format)]
-#![allow(clippy::while_let_loop)]
+#![allow(clippy::complexity)]
use hippotat::prelude::*;
//! [project documentation](https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/)
#![allow(clippy::style)]
-
-#![allow(clippy::clone_on_copy)]
-#![allow(clippy::map_flatten)]
-#![allow(clippy::match_single_binding)]
-#![allow(clippy::single_char_pattern)]
-#![allow(clippy::unit_arg)]
-#![allow(clippy::useless_format)]
+#![allow(clippy::complexity)]
pub mod prelude;