diff --git a/tests/test_expr.rs b/tests/test_expr.rs index 34de560..8db097b 100644 --- a/tests/test_expr.rs +++ b/tests/test_expr.rs @@ -1,4 +1,8 @@ -#![allow(clippy::iter_cloned_collect, clippy::option_if_let_else)] +#![allow( + clippy::iter_cloned_collect, + clippy::option_if_let_else, + clippy::uninlined_format_args +)] use std::fmt::Display; use thiserror::Error;