[roll] Roll fuchsia [rust] Remove redundant IntoIterator usages

As of Rust 2021, calling IntoIterator::into_iter(x) where x is an array
is identical to calling x.into_iter(). This CL removes redundant
qualifications of IntoIterator on array types.

See https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html#optional-migration
for more.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/700096
Original-Revision: 4800ebbed7c93cd07f562b10d959d09f5612e040
GitOrigin-RevId: 8db3728e5b3af28cbab7c46bb5bfb183133cc7ad
Change-Id: Id663f49ccd89486a0dc49871f3e6556c88f0c9e7
1 file changed
tree: cc49de6a9a5136d3b3637f1de15156d15563d17b
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.