Skip to content

Commit

Permalink
Add strict clippy lints to test_util crate
Browse files Browse the repository at this point in the history
  • Loading branch information
allan2 committed Jul 30, 2024
1 parent 2022513 commit 3fa8a68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_util/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3fa8a68

Please sign in to comment.