You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standardize DType match arms to follow variant declaration order
Reorder `DType` match arms across the codebase to match the order of the
`DType` enum declaration, and move `Extension` after `Variant` so that
`Extension` is the last variant in the enum (and in all match statements).
This is a purely cosmetic refactor with no functional changes:
- The protobuf, flatbuffer, and serde wire formats are preserved (only the
source order of match arms is changed, not the discriminant/tag values).
- The public API surface is unchanged; `public-api.lock` files are
alphabetical so they require no update.
Signed-off-by: Claude <noreply@anthropic.com>
0 commit comments