[roll] Roll fuchsia [starnix] Fix dead code

In a new roll of the toolchain this will be marked as dead code:

```
 --> ../../src/starnix/kernel/vfs/dirent_sink.rs:79:7
   |
79 | const DIRENT32_HEADER_SIZE: usize = mem::size_of::() - DIRENT32_PADDING_SIZE;
   |       ^^^^^^^^^^^^^^^^^^^^
   |
   = note: `-D dead-code` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(dead_code)]`

error: struct `DirentSink32` is never constructed
   --> ../../src/starnix/kernel/vfs/dirent_sink.rs:205:12
    |
205 | pub struct DirentSink32<'a> {
    |            ^^^^^^^^^^^^

```

Original-Bug: 342633927
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1069832
Original-Revision: eaa8268e14b2aa891a429351c969f215de86ccfd
GitOrigin-RevId: c828a974576cb2161be6fc3e7d7ef23fa9b7ca89
Change-Id: Id95c6e292a31b13257949be8a36b74418a4aa434
1 file changed
tree: 616a17a66d606866348fad264a098ab16456ac02
  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.