Open andrewmwells-amazon opened 1 month ago
In impl From<&Expr> for proto::Expr, the case for ExprKind::Unknown is unimplemented. This should be fixed before the protobufs feature is stabilized.
impl From<&Expr> for proto::Expr
ExprKind::Unknown
protobufs
NA
No response
Describe the improvement you'd like to request
In
impl From<&Expr> for proto::Expr
, the case forExprKind::Unknown
is unimplemented. This should be fixed before theprotobufs
feature is stabilized.Describe alternatives you've considered
NA
Additional context
No response
Is this something that you'd be interested in working on?