[roll] Roll fuchsia [rust] allow clippy::map_entry

We're rolling out `clippy::map_entry` across the tree and adding
`#[allow(clippy::map_entry)]` attributes on all current code that
triggers the lint, due to a known bug in the latest Rust compiler (see
[here](https://github.com/rust-lang/rust-clippy/issues/14449) for more
info).

Original-Bug: 407087100
Original-Bug: 407086469
Original-Bug: 407087136

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1239684
Original-Revision: 2652deb44c3069064381427157357dd37419d03e
GitOrigin-RevId: 31f9512e215661d3989b6de9d66a7f22252e9753
Change-Id: I081ddf17aab4a046c8fc8cd4e24c80566f82034a
1 file changed
tree: 6c1cecfcf11f62a3f336dcf08240c8baf0c3d9c0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.