[roll] Roll fuchsia [rust] Remove unnecessary mut

This CL cleans up changes from the FIDL Rust parameter type migration
(fxbug.dev/54368), removing unnecessary `mut` on references and
variables. Ideally this would have been done simultaneously, but it
turned out only projects using #![warn(clippy:all)] reported errors. For
this CL, I globally enabled clippy::unnecessary_mut_passed.

Some changes are unrelated to FIDL, e.g. there were a lot in netstack.
This is because I automated fixing all instances of the warning
regardless of where they occurred.

Original-Bug: 54368
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/855100
Original-Revision: e6369332d73ed3544f1842e5a8c3c821ffece1df
GitOrigin-RevId: 94fcbb954834b5b5c97dd4e239357ac542953351
Change-Id: Idf7621e58dc975cdd51d65d44d3989480c47d326
1 file changed
tree: f29368970899787b8ab88130af75e5b4dca75052
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.