[roll] Roll fuchsia [wlancfg] Fix clippy::collapsible_match

Flatten a nested if-check for state_machine.is_alive() into
a match guard.

Added a fallback arm for the Some variant to maintain match
exhaustiveness, ensuring the loop continues correctly if the
state machine is not alive.

Original-Bug: 487604573
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1527878
Original-Revision: e972093c00ba8c2f3afe4647147a4cad2ea4558d
GitOrigin-RevId: 43de6b98f4d2c43741503e1b570ec435f38be248
Change-Id: I0da6c1f6771c355728b6b15fad29d5780de4538d
1 file changed
tree: 1edd21b1b9831cf0fab12b19771fdf575d80cc57
  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.