summaryrefslogtreecommitdiff
path: root/tests/async_send_sync.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async_send_sync.rs')
-rw-r--r--tests/async_send_sync.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/async_send_sync.rs b/tests/async_send_sync.rs
index c06bebd..f1c8b4e 100644
--- a/tests/async_send_sync.rs
+++ b/tests/async_send_sync.rs
@@ -1,3 +1,5 @@
+#![allow(clippy::diverging_sub_expression)]
+
use std::rc::Rc;
#[allow(dead_code)]