This commit is contained in:
Matthias Krüger
2018-08-23 21:41:30 +02:00
parent e9c3d3d502
commit c98987f390
+1 -1
View File
@@ -105,7 +105,6 @@ pub fn ast(cx: &EarlyContext<'_>, expr: &ast::Expr, default: &'a str) -> Self {
ast::ExprKind::Block(..) |
ast::ExprKind::Break(..) |
ast::ExprKind::Call(..) |
ast::ExprKind::Catch(..) |
ast::ExprKind::Continue(..) |
ast::ExprKind::Yield(..) |
ast::ExprKind::Field(..) |
@@ -122,6 +121,7 @@ pub fn ast(cx: &EarlyContext<'_>, expr: &ast::Expr, default: &'a str) -> Self {
ast::ExprKind::Ret(..) |
ast::ExprKind::Struct(..) |
ast::ExprKind::Try(..) |
ast::ExprKind::TryBlock(..) |
ast::ExprKind::Tup(..) |
ast::ExprKind::Array(..) |
ast::ExprKind::While(..) |