[roll] Roll fuchsia [rust][wlancfg] unused muts, shush false positives

New toolchain does a clippy check for unused mutable references when a
normal reference would do fine.

Fix the instances when that is actually the case.

Unfortunately it also has false positives with async fns, silence the
clippy otherwise.

Original-Bug: 130265
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/891840
Original-Revision: 9254e521d24d9850321e5e8a60b8fab8fe0a58d1
GitOrigin-RevId: 116c1db8f616c9205ad7f71d7812a8945ec5b9d3
Change-Id: Icda9d8341e4e9a30f4085069fff384bb23d4e8c7
1 file changed
tree: aef6ed662a1cd215de5ca70b2ac5f492aea996eb
  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.