summaryrefslogtreecommitdiffstats
path: root/tokio/tests/macros_join.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/macros_join.rs')
-rw-r--r--tokio/tests/macros_join.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokio/tests/macros_join.rs b/tokio/tests/macros_join.rs
index d9b748d9..169e898f 100644
--- a/tokio/tests/macros_join.rs
+++ b/tokio/tests/macros_join.rs
@@ -1,3 +1,4 @@
+#![allow(clippy::blacklisted_name)]
use tokio::sync::oneshot;
use tokio_test::{assert_pending, assert_ready, task};