[roll] Roll fuchsia [fidl][rust] Manually strip trailing whitespace

If rustfmt encounters a line which it can't get under the line width
limit, then it will give up on formatting the section. This can leave
behind trailing whitespace, which shows up in stderr as a non-fatal
error. This change manually strips out all of the trailing whitespace
before rustfmt ever sees it.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1187772
Original-Revision: 7a9fd7391139b20dae23fa585b243b1fe256b0e3
GitOrigin-RevId: dbe5c44c3d296d471641f865bd115b005ae09a63
Change-Id: Iba7830a04544342b3f56de67aca03af5f9025760
1 file changed
tree: 46cf3df5ceb5fc46de3134e0f8545442c796aed7
  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 in one of the communication channels documented at get involved.

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.