Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bitfield): remove recursion in
fmt::Binary
(#292)
Turns out this will recur infinitely, because it calls `self`'s `fmt::Binary` impl instead of `self.0`'s (the actual integer value). WHOOPS!
- Loading branch information