Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ExactlyOneError
: implement Debug differently
It could be derived. It apparently was decided not to in #484, probably to not leak implementation details that could confuse the user. However, it would not render well for pretty formats such as `"{:#?}"`. I think we should call methods on `f` instead of using `write!`.
- Loading branch information