fix: make clippy happy

This commit is contained in:
Binarybaron 2025-06-12 19:16:35 +02:00
parent e66bd04bce
commit f7b08d4bd5

View file

@ -299,7 +299,7 @@ where
errors.push(err); errors.push(err);
return Err(BackoffError::transient(())); Err(BackoffError::transient(()))
} }
} }
}; };