This commit is contained in:
mcarton 2016-07-01 17:49:05 +02:00
parent d6182b365c
commit 97f65b0296
No known key found for this signature in database
GPG key ID: 5E427C794CBA45E8

View file

@ -77,10 +77,10 @@ impl<'a> Sugg<'a> {
ast::ExprKind::InPlace(..) |
ast::ExprKind::Unary(..) |
ast::ExprKind::Match(..) => Sugg::MaybeParen(snippet),
ast::ExprKind::Again(..) |
ast::ExprKind::Block(..) |
ast::ExprKind::Break(..) |
ast::ExprKind::Call(..) |
ast::ExprKind::Continue(..) |
ast::ExprKind::Field(..) |
ast::ExprKind::ForLoop(..) |
ast::ExprKind::Index(..) |