From 77a6eee004df8a1504a0a7bd0d1cfe60959f9f3f Mon Sep 17 00:00:00 2001 From: Mikhail Katychev Date: Wed, 4 Sep 2024 19:06:07 -0500 Subject: [PATCH] Update src/timeout.rs Co-authored-by: Jeremiah Goyette --- src/timeout.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/timeout.rs b/src/timeout.rs index 411d80d..0cfaa56 100644 --- a/src/timeout.rs +++ b/src/timeout.rs @@ -365,7 +365,6 @@ where .flat_map(IntoIterator::into_iter) .collect::>() { - // let if let Some(input) = id.return_item(item) { // caveat with this push_front setup is // that later timeouts will be on top of the stack