[roll] Roll fuchsia [nestack3] Fix new dead_code warn

```
error: associated function `num_ephemeral` is never used
  --> ../../src/connectivity/network/netstack3/core/src/algorithm/port_alloc.rs:79:8
   |
58 | pub(crate) trait PortAllocImpl {
   |                  ------------- associated function in this trait
...
79 |     fn num_ephemeral() -> usize {
   |        ^^^^^^^^^^^^^
   |
   = note: `-D dead-code` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(dead_code)]`

error: aborting due to 1 previous error
```

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1002032
Original-Revision: ea032b28b63a8a9625def0f9d2a38a103af54f69
GitOrigin-RevId: fbeb67e6f419a81d864fc9ecedd6570a0247c92d
Change-Id: I5a31b606953352261837b4524365d698dd130ed8
1 file changed
tree: 4e83eec36eeba0dbb597273db693d8de7292cc44
  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.