[roll] Roll fuchsia [netstack3] Abandon AsRef/AsMut FakeCtx magic

When initially introduced, the fake contexts would provide blanket
implementations to any wrapping context implementing AsRef/AsMut of the
inner fake.

This proved impossible to scale and we ended up with a mix of strategies
that makes using these fakes unnecessarily complicated. Remove the
blanket from FakeInstantCtx, which ended up being the only fake that
managed to keep the pattern this long.

Also remove the reflexive AsRef/AsMut impls that were sprinkled around
fake context, none of which was really load bearing as a trait bound.

Original-Bug: 338448790
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1043974
Original-Revision: 9ac8342a4fbc5cb48ad6f4533653f43c92b8c1dd
GitOrigin-RevId: adfc2c2ca2aa19b2c9ee89b2fc009d7764dcc0fa
Change-Id: Ia4dc3a7a71b199dd392827e0d65819d1f58e8319
1 file changed
tree: 792cc639ada9e7736054e6aa416b3fa67d7c90d8
  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 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.