The cookies transfer arm's tail `return Ok(...)` tripped clippy::needless_return, failing the CI lint gate (-D warnings). Make it a tail expression.
The cookies transfer arm's tail `return Ok(...)` tripped clippy::needless_return, failing the CI lint gate (-D warnings). Make it a tail expression.