Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change dyn.d_val() and dyn.d_ptr() to take self by ref
As pointed out in #34, there's no need to move/consume self when calling these methods - they're intended as data getter methods.
- Loading branch information