From 2b58020de0087ec9b10521a17d2f5a9787bc2e49 Mon Sep 17 00:00:00 2001 From: Andrew Fitzgerald Date: Thu, 3 Oct 2024 08:34:47 -0500 Subject: [PATCH] remove 'a comment --- runtime/src/installed_scheduler_pool.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/src/installed_scheduler_pool.rs b/runtime/src/installed_scheduler_pool.rs index a69ecc7c93396a..661002538d3590 100644 --- a/runtime/src/installed_scheduler_pool.rs +++ b/runtime/src/installed_scheduler_pool.rs @@ -445,7 +445,6 @@ impl BankWithScheduler { /// /// Calling this will panic if the installed scheduler is Unavailable (the bank is /// wait_for_termination()-ed or the unified scheduler is disabled in the first place). - // 'a is needed; anonymous_lifetime_in_impl_trait isn't stabilized yet... pub fn schedule_transaction_executions( &self, transactions_with_indexes: impl ExactSizeIterator,