clippy: rpc lints (#34632)

This commit is contained in:
Brooks 2024-01-02 21:50:52 -05:00 committed by GitHub
parent 09a94b8197
commit 1bb2f55235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ impl OptimisticallyConfirmedBankTracker {
}
fn notify_new_root_slots(
roots: &mut Vec<Slot>,
roots: &mut [Slot],
newest_root_slot: &mut Slot,
slot_notification_subscribers: &Option<Arc<RwLock<Vec<SlotNotificationSender>>>>,
) {