[roll] Roll fuchsia [sc] Minor quality-of-life rust updates

Don't allow unused results in generated libraries, this allows
structured config to work within packages that disallow unused results.

Add #[derive(Debug)] to generated Configs, for easy output and as
general rust idiomatic practice.

Original-Bug: 97155
Test: build-only changes; fx build
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/711267
Original-Revision: 3bdcc8ca9b1cf0173576cfa06b2839ff20677a8b
GitOrigin-RevId: cd8f9897e8e240a276a976b7eacdd9161939307d
Change-Id: I6a1100e0d9b71b8bd5457d119fdd4029482df738
1 file changed
tree: b28dbe9ac63dced68cd4660fca78c0789361657a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.