diff --git a/tests/test_lints.rs b/tests/test_lints.rs index 59699a4..cafcbc0 100644 --- a/tests/test_lints.rs +++ b/tests/test_lints.rs @@ -1,3 +1,5 @@ +#![allow(clippy::mixed_attributes_style)] + use thiserror::Error; pub use std::error::Error;