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
Original description:
- they are already available on type StructVariant
- the edge on type PlainVariant should exist but never produce any vertices
- the edge on type TupleVariant should produce fields similarly to how tuple structs produce their fields
- new lints enabled by this:
- tuple variant field removed
- exhaustive tuple variant field added
The text was updated successfully, but these errors were encountered:
I created this issue to track task assignments.
Original description:
- they are already available on
type StructVariant
- the edge on
type PlainVariant
should exist but never produce any vertices- the edge on
type TupleVariant
should produce fields similarly to how tuple structs produce their fields- new lints enabled by this:
- tuple variant field removed
- exhaustive tuple variant field added
The text was updated successfully, but these errors were encountered: