Skip to content

Commit 97f65b0

Browse files
committed
Rustup to ea0dc92 III
1 parent d6182b3 commit 97f65b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/sugg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ impl<'a> Sugg<'a> {
7777
ast::ExprKind::InPlace(..) |
7878
ast::ExprKind::Unary(..) |
7979
ast::ExprKind::Match(..) => Sugg::MaybeParen(snippet),
80-
ast::ExprKind::Again(..) |
8180
ast::ExprKind::Block(..) |
8281
ast::ExprKind::Break(..) |
8382
ast::ExprKind::Call(..) |
83+
ast::ExprKind::Continue(..) |
8484
ast::ExprKind::Field(..) |
8585
ast::ExprKind::ForLoop(..) |
8686
ast::ExprKind::Index(..) |

0 commit comments

Comments
 (0)