diff --git a/test_util/src/lib.rs b/test_util/src/lib.rs index ea775d0b..42976598 100644 --- a/test_util/src/lib.rs +++ b/test_util/src/lib.rs @@ -1,3 +1,6 @@ +#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)] +#![allow(clippy::must_use_candidate, clippy::missing_panics_doc, clippy::wildcard_imports, clippy::module_name_repetitions)] + //! Test environment setup, assertions and helpers. //! //! Setup a [`TestEnv`] and run your tests via [`test_in_env`]. The environment