[roll] Roll fuchsia [rust] Remove old `async_fn_in_trait` feature flag

This removes the last couple users of `async_fn_in_trait`, which has
been stabilized. Rust currently emits a warning if you use `async fn` in
a public trait, since that syntax does not allow you to specify `Send`
or `Sync` on the returned future. Instead, this patch just switches
those users to return `impl Future<...>`, which has avoids the issue.

Original-Fixed: 42074445
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1583013
Original-Revision: 9d3e624f76e058db523a698263ca9836456e1bd6
GitOrigin-RevId: 1c6bd74925144fddbe0f48f64fee00918a134a0f
Change-Id: Ibab91de4e41309a81a89b7b9b3b529047f66a185
1 file changed
tree: 99b2cece25c73d17215a2b2f6fbbd0648ab427c3
  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.