[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.