[roll] Roll fuchsia [packet-formats] Remove IpExtByteSlice Now that Generic Associated Types (GATs) are stabilized, we no longer need separate traits which are generic over byte slice types in order to have associated types which are also generic over byte slice types. In this change, we merge `IpExtByteSlice` into `IpExt`, and change the associated `Packet` type to use GAT: type Packet<B: ByteSlice>: IpPacket<B, Self, Builder = Self::PacketBuilder>; Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/732880 Original-Revision: 08beb5e27f19ef9985f9f8c1a45733878463a543 GitOrigin-RevId: fa8c93bb760bb9a65b26516622d35e3f1f11120e Change-Id: I1717e46af5b1935822a0a64384ea8f4d3bbebc77
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.