Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Synopsis While looking into #328 I realized the current situation around Pointer derives and references was even weirder because we store a double-reference to the fields in the local variables for Debug, but not for Display. The reason we were doing this was because of #289. ## Solution This stops storing a double-reference, and only adds the additional reference in the places where its needed.
- Loading branch information