[roll] Roll fuchsia [inspect] Remove unnecessary moves

- The move on const vmo& is producing a const vmo&& which is then
  coerced to the parameter type, const vmo&
- Options is trivially copyable

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/591502
Original-Revision: 3790efeeb9d674ee709392d3090698245778ee3a
GitOrigin-RevId: f9d817e62a9836c7331330b95855b208822eace2
Change-Id: I8b71f5defa951635f42adbd4db782b4aa2d58199
1 file changed
tree: 54a91918f1be33bb24c5c407143999e53e2677e7
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.