summaryrefslogtreecommitdiffstats
path: root/vendor/anyhow/tests/test_autotrait.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/anyhow/tests/test_autotrait.rs')
-rw-r--r--vendor/anyhow/tests/test_autotrait.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/anyhow/tests/test_autotrait.rs b/vendor/anyhow/tests/test_autotrait.rs
index 0c9326dad..94d7a5984 100644
--- a/vendor/anyhow/tests/test_autotrait.rs
+++ b/vendor/anyhow/tests/test_autotrait.rs
@@ -1,3 +1,5 @@
+#![allow(clippy::extra_unused_type_parameters)]
+
use anyhow::Error;
#[test]