[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
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.