[roll] Roll fuchsia [fxfs] Avoid a copy when converting &T to &[T] of length 1

This avoids a clone when converting a reference to a slice of length 1,
and fixes a clippy in an upcoming toolchain roll of Rust.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1283424
Original-Revision: 15a63e7ee35c6ee60347a4ada0c004cee3994ba0
GitOrigin-RevId: 3cb5dc14f91d53dcacde6a5713d404fc50596578
Change-Id: Iae09f963b271ec4351d7a1cdf4713032789bebef
1 file changed
tree: 5497c0f747dfbba7d564627a928b26ef6f07d480
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.