summaryrefslogtreecommitdiffstats
path: root/vendor/thiserror/tests/test_transparent.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/thiserror/tests/test_transparent.rs')
-rw-r--r--vendor/thiserror/tests/test_transparent.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/thiserror/tests/test_transparent.rs b/vendor/thiserror/tests/test_transparent.rs
index 84d7c9189..6f3c03ec7 100644
--- a/vendor/thiserror/tests/test_transparent.rs
+++ b/vendor/thiserror/tests/test_transparent.rs
@@ -1,5 +1,3 @@
-#![deny(clippy::all, clippy::pedantic)]
-
use anyhow::anyhow;
use std::error::Error as _;
use std::io;