Skip to content

Commit

Permalink
remove 'a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Oct 3, 2024
1 parent 88646af commit 2b58020
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/src/installed_scheduler_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Item = (SanitizedTransaction, usize)>,
Expand Down

0 comments on commit 2b58020

Please sign in to comment.