Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap CallTraceV1 into Box for optimization (#22)
<!-- Reference any GitHub issues resolved by this PR --> Closes #21 ## Introduced changes <!-- A brief description of the changes --> - Fixed clippy warning for missing Box for CallTraceV1 (https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant) ## Checklist <!-- Make sure all of these are complete --> - [X] Linked relevant issue - [] Updated relevant documentation - [ ] Added relevant tests - [X] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md`
- Loading branch information