[roll] Roll fuchsia [wlan][policy] Add lints to avoid panics

This CL adds new lints that prevent panics in prod. However, sometimes
panics are desirable, and the lints (like all others) can be overridden
at those times by adding an `#[expect(clippy::foo)]`. This adds a bit of
extra friction / visibility in both authoring and review. The lints are
not applied to tests.

The CL adds `#[expect]` or makes minor refactors where the lints fired
today.

Original-Bug: 390164322
Test: fx test wlancfg-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1188132
Original-Revision: 51a40b6187052edc4ff75c6884bce0d30f93d63f
GitOrigin-RevId: ae254c7f06a51e793ab8a0f6c56953e12ea6e109
Change-Id: I316942e17e30f000973ded9f99e037d1ea00c5de
1 file changed
tree: 2fb07b4f057483d4e6939f413ad0c7b6f072ed0e
  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.