Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without a `Default` bound (#1143) there's little purpose to having an `AsMut` bound on `Repr`, which would allow `Default` to construct an empty bytestring and `AsMut` used to write into it. Given there isn't an obvious use case, fewer bounds are better.
- Loading branch information