Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, the derived `fmt::Debug` impl for bitfields will print the value of reserved fields (those whose names start with `_`). This is rarely useful, and adds noise to the formatted output. This branch updates the `fmt::Debug` impl to skip formatting those fields.
- Loading branch information