commit | 96f38ba6dd93d0a57d294b1ff147732b2fe52703 | [log] [tgz] |
---|---|---|
author | Yegor Pomortsev <ypomortsev@fuchsia.infra.roller.google.com> | Fri Apr 12 00:51:05 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 11 17:52:32 2024 -0700 |
tree | 54fdbaf1db5d95afd2be67d368b40bfe02d1cc33 | |
parent | 743d3d2e3c85dd4ff0083cfd7f86c58ee9b5c7e4 [diff] |
[roll] Roll fuchsia [ffx][audio] Clean up imports * Increase imports granularity (as rustfmt calls it), from one big use block to mostly one-use-per-crate. This makes reading future diffs easier as fewer lines are affected, with less line wrapping. * Use FIDL types through crate aliases. This makes it easier to see whether the type comes from a FIDL library, and if so, which one. This makes it easier to disambiguate between similar types, especially with newtypes that wrap FIDL types, like `Format`. * Use a few common types directly when they are unambiguous and make the code more concise, e.g. anyhow, fidl endpoints. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1021121 Original-Revision: 0afe8354a029e87a294e405d083a8bcf3bcc495d GitOrigin-RevId: d9bef7653c941285c847cd5b42e690669af9dd68 Change-Id: I447723252989a42f34362dd9336afe7482d58544
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 via the IRC channel #fuchsia
on Freenode.
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
.