aboutsummaryrefslogtreecommitdiff
path: root/tests/macros_try_join.rs
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-02-06 09:15:26 +0100
committerJeff Vander Stoep <jeffv@google.com>2023-02-06 12:14:46 +0100
commita77df93fec1b865e952e7a931ea3cd129aca6a46 (patch)
treed585fc992b047e0d1fb217f44c39d241d2c81c72 /tests/macros_try_join.rs
parent67f287733f1d477619a50533f54676c7ffb41c25 (diff)
downloadtokio-a77df93fec1b865e952e7a931ea3cd129aca6a46.tar.gz
Upgrade tokio to 1.25.0
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/tokio For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: Ibe4881eebae2509ecb442aa1c803461d9348eaa3
Diffstat (limited to 'tests/macros_try_join.rs')
-rw-r--r--tests/macros_try_join.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/macros_try_join.rs b/tests/macros_try_join.rs
index 209516b..6c43222 100644
--- a/tests/macros_try_join.rs
+++ b/tests/macros_try_join.rs
@@ -1,5 +1,5 @@
#![cfg(feature = "macros")]
-#![allow(clippy::blacklisted_name)]
+#![allow(clippy::disallowed_names)]
use std::sync::Arc;