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