aboutsummaryrefslogtreecommitdiff
path: root/tests/test_generics.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_generics.rs')
-rw-r--r--tests/test_generics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_generics.rs b/tests/test_generics.rs
index 4ab9f37..c94d95e 100644
--- a/tests/test_generics.rs
+++ b/tests/test_generics.rs
@@ -1,4 +1,4 @@
-#![allow(clippy::needless_late_init)]
+#![allow(clippy::needless_late_init, clippy::uninlined_format_args)]
use std::fmt::{self, Debug, Display};
use thiserror::Error;