Move ExprConstant::kind to StringConstant::unicode (#7180)
This commit is contained in:
@@ -2682,11 +2682,7 @@ impl AstNode for ast::ExprConstant {
|
||||
where
|
||||
V: PreorderVisitor<'a> + ?Sized,
|
||||
{
|
||||
let ast::ExprConstant {
|
||||
value,
|
||||
range: _,
|
||||
kind: _,
|
||||
} = self;
|
||||
let ast::ExprConstant { value, range: _ } = self;
|
||||
visitor.visit_constant(value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user