Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2398: Fix 'variable does not need to be mutable' warnings r=Hywan a=imor <!-- Prior to submitting a PR, review the CONTRIBUTING.md document for recommendations on how to test: https://github.com/wasmerio/wasmer/blob/master/CONTRIBUTING.md#pull-requests --> # Description <!-- Provide details regarding the change including motivation, links to related issues, and the context of the PR. --> When I built wasmer on Windows using the `cargo build` command, I got a couple of _the variable doesn't need to be mutable_ warnings. This PR fixes those warnings. # Review As this is an internal change, it shouldn't require an entry in the CHANGELOG.md file. - [ ] Add a short description of the change to the CHANGELOG.md file Co-authored-by: Raminder Singh <[email protected]>
- Loading branch information