[roll] Roll fuchsia [rust] Fix clippy lint by using std::slice::from_ref

Clippy in an upcoming rust toolchain roll now suggests using
std::slice::from_ref instead of a clone when converting a &T to
a &[T] of length 1.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1283925
Original-Revision: e507c8991c7b6c45499bca3673dce3a12b436397
GitOrigin-RevId: 0260f3f0300cf46ffad5a5286ff298826a844317
Change-Id: I6f0cdc2cd81ef37a8fe9cd980c83de0831ef8ba2
1 file changed
tree: a052200e9cf416d617ee8940e895b7faf68bebed
  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.