Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unalign::update docs suggest DerefMut (#273)
For `T: Unaligned`, `Unalign<T>: DerefMut`. Using that impl will usually be faster and more ergonomic than using `update`. Closes #262
- Loading branch information