film42 / sidekiq-rs

A port of sidekiq to rust using tokio
MIT License
95 stars 10 forks source link

Remove unnecessary `mut` from examples #42

Closed spencewenski closed 2 months ago

spencewenski commented 2 months ago

mut was removed from Worker#perform* methods in PR 28. However, it was not removed from some of the examples. This PR removes the now unnecessary muts.

film42 commented 2 months ago

Thanks for doing that!