[roll] Roll fuchsia [fidl][rust] Migrate EMPTY to default() in src/lib

This CL migrates FIDL table construction to use Default::default()
instead of ::EMPTY in: src/lib.

This is a continuation of I0c1e6ff00ad438bc65e9b6e7872ab4cbfc7563dc
which implemented Default for tables.

This change was automated by:

    fm() { fastmod --accept-all --extensions 'rs' "$@" -- src/lib; }
    fm '\.\.[a-zA-Z0-9:_-]+::EMPTY\b' '..Default::default()'
    fm '\b([a-zA-Z0-9:_-]+)::EMPTY\b' '$1::default()'
    # Undo false positive:
    git diff | grepdiff "BlockIndex" --output-matching=hunk | git apply -R
    fm -m '\b([a-zA-Z0-9:_-]+)\s*\{\s*\.\.Default::default\(\)\s*\}' '$1::default()'
    fx format-code

Original-Bug: 102876
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/846736
Original-Revision: 9b382313e9e85ea9804d34b37d8fc5eb29576366
GitOrigin-RevId: 59fd97cc6fc06b77b6cb45ead951726be8336b29
Change-Id: I746145190b17734377a87265dc84a6ae924ca0b5
1 file changed
tree: 966574c292182556e50ef138648d84ec7ccc6b02
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.