[roll] Roll fuchsia [fuchsia-async] Fix Rust Clippy Lint

The upcoming Rust toolchain has a new lint:
```
error: manual implementation of a no-op waker
   --> ../../src/lib/fuchsia-async/src/handle/zircon/channel.rs:311:14
    |
311 |         impl Wake for TestWaker {
    |              ^^^^
    |
    = help: use `std::task::Waker::noop()` instead
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_noop_waker
    = note: `-D clippy::manual-noop-waker` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::manual_noop_waker)]`
```

Original-Fixed: 500044624
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1565980
Original-Revision: 5557d45fc0327ccf3feb3256cb1f0d60ab8e9306
GitOrigin-RevId: b5818b9e5fdfafe768609f9ebc14e5fa2a4d5b40
Change-Id: Ia2d28f7edcdb9d49bd4d66db57e44d711804e39d
1 file changed
tree: 00d742a7560cb8cd98de73f005440734433a367d
  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.