Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop calling
state.finish()
for fixed hashes (#602)
Calling [`state.finish();`][Hasher::finish] is a no-op. At call site, `state` is read-only and the return value is ignored. The call and may be removed. [Hasher::finish]: https://doc.rust-lang.org/std/hash/trait.Hasher.html#tymethod.finish
- Loading branch information