summaryrefslogtreecommitdiffstats
path: root/tokio-sync/tests/fuzz_oneshot.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-sync/tests/fuzz_oneshot.rs')
-rw-r--r--tokio-sync/tests/fuzz_oneshot.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-sync/tests/fuzz_oneshot.rs b/tokio-sync/tests/fuzz_oneshot.rs
index ae990a0c..d1bcb40e 100644
--- a/tokio-sync/tests/fuzz_oneshot.rs
+++ b/tokio-sync/tests/fuzz_oneshot.rs
@@ -78,7 +78,7 @@ impl<'a> OnClose<'a> {
}
}
-impl<'a> Future for OnClose<'a> {
+impl Future for OnClose<'_> {
type Output = bool;
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<bool> {