diff --git a/tests/find_msrv.rs b/tests/find_msrv.rs index 19053ae7..8a0da3a0 100644 --- a/tests/find_msrv.rs +++ b/tests/find_msrv.rs @@ -1,3 +1,5 @@ +#![allow(clippy::items_after_test_module)] + extern crate cargo_msrv; use cargo_msrv::error::CargoMSRVError;