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
It would be much more convenient to write builder.start_node(Ast::Expr) than builder.start_node(Ast::Expr.into()), assuming there is an impl From<Ast> for SyntaxKind somewhere. Obviously not a huge deal, but it would slightly cut down on boilerplate.
The text was updated successfully, but these errors were encountered:
It would be much more convenient to write
builder.start_node(Ast::Expr)
thanbuilder.start_node(Ast::Expr.into())
, assuming there is animpl From<Ast> for SyntaxKind
somewhere. Obviously not a huge deal, but it would slightly cut down on boilerplate.The text was updated successfully, but these errors were encountered: