[roll] Roll fuchsia [diagnostics] Remove custom `downcast_raw` impl

`Subscriber` provides exactly this function impl by default, and there
are some issues surrounding the soundness of implementing this ourselves
(see https://github.com/tokio-rs/tracing/issues/1171). This CL just
removes the custom impl so we fall back to the default impl.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/910093
Original-Revision: 897cbd08a8542e64778775dba3b8b52d965d9951
GitOrigin-RevId: e0c3d1fbdf37e41e1e816a35be1312ea87f23909
Change-Id: I9f9a5f375da89772144962a4a88e6fcfc34170f7
1 file changed
tree: bddedda3e5b38baff7928bfb281a7c50cd9155c2
  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.