aboutsummaryrefslogtreecommitdiff
path: root/tests/test_downcast.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_downcast.rs')
-rw-r--r--tests/test_downcast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_downcast.rs b/tests/test_downcast.rs
index 7fb063f..b4470d5 100644
--- a/tests/test_downcast.rs
+++ b/tests/test_downcast.rs
@@ -1,4 +1,4 @@
-#![allow(clippy::wildcard_imports)]
+#![allow(clippy::assertions_on_result_states, clippy::wildcard_imports)]
mod common;
mod drop;