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