mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 08:08:15 -05:00
chore: we dont need sat here (#11678)
This commit is contained in:
@@ -55,7 +55,7 @@ macro_rules! poll_nested_stream_with_budget {
|
||||
let mut f = $on_ready_some;
|
||||
f(item);
|
||||
|
||||
budget = budget.saturating_sub(1);
|
||||
budget -= 1;
|
||||
if budget == 0 {
|
||||
break true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user