summaryrefslogtreecommitdiffstats
path: root/vendor/thiserror/tests/test_expr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/thiserror/tests/test_expr.rs')
-rw-r--r--vendor/thiserror/tests/test_expr.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/thiserror/tests/test_expr.rs b/vendor/thiserror/tests/test_expr.rs
index 87a56cf58..34de56087 100644
--- a/vendor/thiserror/tests/test_expr.rs
+++ b/vendor/thiserror/tests/test_expr.rs
@@ -1,5 +1,4 @@
-#![deny(clippy::all, clippy::pedantic)]
-#![allow(clippy::option_if_let_else)]
+#![allow(clippy::iter_cloned_collect, clippy::option_if_let_else)]
use std::fmt::Display;
use thiserror::Error;