[roll] Roll fuchsia [rust] Switch from .truncate(0) to .clear()

An upcoming Rust lint now warns if you are doing a .truncate(0) and
suggests using .clear(), which may be more efficient.

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1612651
Owners-Override: James Robinson <jamesr@google.com>
Original-Original-Revision: 4230949ef502288e9abbc67fca11eb7c86b5a292
GitOrigin-RevId: 972a13d16e97eacbc3ed1f003e344eb2a19adfab
Change-Id: Ie6c6cf7eeec0e14c3d985e7c69a0df2b8a7a10ff
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1616772
Cr-Commit-Position: refs/heads/main@{#192947}
1 file changed
tree: 7c4f6968f3813b3df827ece9c3d4c5c5d2be9f4b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.