[roll] Roll fuchsia [inspect] Add debug printing to Inspector

- serde_json messes up certain type inferences by
  introducing PartialEq impls for primitives, so I've
  fixed those where necessary. Reference issue:
  https://github.com/rust-lang/rust/issues/46257

Original-Fixed: 49208
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/614946
Original-Revision: 33c66f1170bdf2031fe99218d4994064fc10778f
GitOrigin-RevId: 17bcb21602b0c14ac083794b8018e5d37bc18b6c
Change-Id: I462064ee8f92ac7f8f4b110d3a0ce9a1b5f786cd
1 file changed
tree: 4f2bde307c7c92e693a99acbe71a2c22ff54f146
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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.