[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
1 file changed
tree: 24e66367c5d6e4d558e2e032019658bcde3cc7d7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.