mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make clippy happy (#13772)
This commit is contained in:
@ -117,7 +117,6 @@ where
|
||||
HandlerEvent::BackfillAction(action) => {
|
||||
// forward action to backfill_sync
|
||||
this.backfill_sync.on_action(action);
|
||||
continue 'outer
|
||||
}
|
||||
HandlerEvent::Event(ev) => {
|
||||
// bubble up the event
|
||||
|
||||
Reference in New Issue
Block a user