[roll] Roll fuchsia [netstack3] Standardize on net_types::Witness::get

Replace uses of `Witness::into_addr` with `get` where possible. So long
as the contained address is `Copy`, both methods behave identically.
`get` is shorter, and makes more sense in cases in which the receiver
will be used again after the method call (`into_addr` only worked in
these cases because the receiver was `Copy`).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/480038
Original-Revision: 62cbbbd0bc8953a42b251cbbb669eed8e9196427
GitOrigin-RevId: 3c611e84fbb27d9a3bf432c31a85d74872e56793
Change-Id: I37fea4ca1e0eadd1d463c7c45d8363945ccc9a71
1 file changed
tree: 65195da5a3dc87b57ff14dc55f3a90ed7845c849
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.