Skip to content

Commit

Permalink
clippy: rpc lints (solana-labs#34632)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Jan 3, 2024
1 parent 09a94b8 commit 1bb2f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/src/optimistically_confirmed_bank_tracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>>>>,
) {
Expand Down

0 comments on commit 1bb2f55

Please sign in to comment.