`tally()` takes `self` by value but clones the `votes` vec before passing it to `Tally::compute`. The original could be moved directly. **File:** `rustsystem-server/src/vote_auth.rs:107`
tally()takesselfby value but clones thevotesvec before passing it toTally::compute. The original could be moved directly.File:
rustsystem-server/src/vote_auth.rs:107