Add MatchKind member to the Match expr for pretty printing & fmt
This commit is contained in:
parent
68a58f255a
commit
78b3bf98c3
17 changed files with 76 additions and 33 deletions
|
@ -245,7 +245,7 @@ impl<'cx, 'a> Context<'cx, 'a> {
|
|||
ExprKind::Let(_, local_expr, _, _) => {
|
||||
self.manage_cond_expr(local_expr);
|
||||
}
|
||||
ExprKind::Match(local_expr, _) => {
|
||||
ExprKind::Match(local_expr, ..) => {
|
||||
self.manage_cond_expr(local_expr);
|
||||
}
|
||||
ExprKind::MethodCall(call) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue