Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: make parameter mut in From<Vec> (#667)
Instead of re-declaring `vec`, we can just use a mut parameter.
- Loading branch information