clippy: rpc lints (#34632)
This commit is contained in:
parent
09a94b8197
commit
1bb2f55235
|
@ -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>>>>,
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue