commit | 27bf6efe8231b640d51ef1585a9a1069a0441265 | [log] [tgz] |
---|---|---|
author | Mitchell Kember <mkember@fuchsia.infra.roller.google.com> | Fri Mar 22 23:59:32 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Mar 22 17:02:54 2024 -0700 |
tree | 24e66367c5d6e4d558e2e032019658bcde3cc7d7 | |
parent | 852acd390dc70de181aa0f2adca3e6b1840eba05 [diff] |
[roll] Roll fuchsia [fidl][rust] Fix dead_code lint This fixes the dead_code lint in handle_tests by moving FidlFixture into a #[cfg(test)] module. Although FidlFixture is used in the file, this code is also compiled as a library for use in overnet's tests, and the FidlFixture type was unused there. Original-Fixed: 330168051 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1012635 Original-Revision: bfd4021bad216466e7cbe8cec1e5ace0ee3e6258 GitOrigin-RevId: 7fbb800bb4538677ebe6f8b56603ed714bdeaee9 Change-Id: Ie3fff57baa07574c1962683cda7b79a978171edb
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
.