[roll] Roll fuchsia [layer-workbench] Don't use ControlFlow with skip_trivial_clips_pass

An upcoming version of Rust makes `ControlFlow` must-use, and so it
triggers a lint failure since the result isn't used. Since
`skip_trivial_clips_pass` always returns `ControlFlow::Continue(())`,
this just removes the use of it to fix the lint.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1231305
Original-Revision: 93f65f0cb05aaaffb402c92e505ff1e213ef5664
GitOrigin-RevId: e14916355bf4c6b1fb475a4a18d66ed7b9e792f3
Change-Id: Ib4887091f6a1c7a825f24967bcf4a2c0b57a551f
1 file changed
tree: 10997c12651222206f4bf09c69a452d7369c6959
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.