[roll] Roll fuchsia [rust] Avoid warning for unused fields

Upstream rustc has expanded the unused field lint to to not count
usages performed by derived Clone and Debug implementations.
https://github.com/rust-lang/rust/pull/85200

This CL marks such fields with an #[allow(unused)] tag.

Original-Bug: 84550
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/582122
Original-Revision: a639fa0dd09ef34740b7cae0eea55d9a3fa5ca44
GitOrigin-RevId: 87a127ebb73effbc583d2cbb2c3760594dc8be63
Change-Id: Ib821f96288fd95cadf876495f2b0e4224e79f73c
1 file changed
tree: ffa1224929b352c59e5a44d0b4768820ce3e4ef4
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.