Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve siphash's
as_u64
-> to_u64
rename
The previous change was just a dumb rename with no deprecation and it also kept the `self` type which should be taken by value since the hash is `Copy`. This improves on it by adding a deprecated method of the original name and changing the type to be `self` instead of `&self`.
- Loading branch information