summaryrefslogtreecommitdiffstats
path: root/tokio/tests/macros_select.rs
diff options
context:
space:
mode:
authorMikail Bagishov <bagishov.mikail@yandex.ru>2020-05-31 15:49:22 +0300
committerGitHub <noreply@github.com>2020-05-31 14:49:22 +0200
commit9264b837d897dcdf974703a6739132b995e669bc (patch)
tree3fcc5646719a085b5a61f93482ec80c169316014 /tokio/tests/macros_select.rs
parentdb0d6d75b3b65812837c8561269e55eab00a74dd (diff)
test: fix all clippy lints in tests (#2573)
Diffstat (limited to 'tokio/tests/macros_select.rs')
-rw-r--r--tokio/tests/macros_select.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokio/tests/macros_select.rs b/tokio/tests/macros_select.rs
index c08e816a..6f027f3b 100644
--- a/tokio/tests/macros_select.rs
+++ b/tokio/tests/macros_select.rs
@@ -1,3 +1,4 @@
+#![allow(clippy::blacklisted_name)]
use tokio::sync::{mpsc, oneshot};
use tokio::task;
use tokio_test::{assert_ok, assert_pending, assert_ready};