We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6182b3 commit 97f65b0Copy full SHA for 97f65b0
clippy_lints/src/utils/sugg.rs
@@ -77,10 +77,10 @@ impl<'a> Sugg<'a> {
77
ast::ExprKind::InPlace(..) |
78
ast::ExprKind::Unary(..) |
79
ast::ExprKind::Match(..) => Sugg::MaybeParen(snippet),
80
- ast::ExprKind::Again(..) |
81
ast::ExprKind::Block(..) |
82
ast::ExprKind::Break(..) |
83
ast::ExprKind::Call(..) |
+ ast::ExprKind::Continue(..) |
84
ast::ExprKind::Field(..) |
85
ast::ExprKind::ForLoop(..) |
86
ast::ExprKind::Index(..) |
0 commit comments