Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The derived `Show` instance for `FieldNumber` is more verbose than necessary. This change takes advantage of the fact that `FieldNumber` implements `Num` so that the `Show` implementation can display just a numeric literal. This is still valid code for building a `FieldNumber`.
- Loading branch information