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.
2 parents e9c3d3d + c98987f commit dda6566Copy full SHA for dda6566
clippy_lints/src/utils/sugg.rs
@@ -105,7 +105,6 @@ impl<'a> Sugg<'a> {
105
ast::ExprKind::Block(..) |
106
ast::ExprKind::Break(..) |
107
ast::ExprKind::Call(..) |
108
- ast::ExprKind::Catch(..) |
109
ast::ExprKind::Continue(..) |
110
ast::ExprKind::Yield(..) |
111
ast::ExprKind::Field(..) |
@@ -122,6 +121,7 @@ impl<'a> Sugg<'a> {
122
121
ast::ExprKind::Ret(..) |
123
ast::ExprKind::Struct(..) |
124
ast::ExprKind::Try(..) |
+ ast::ExprKind::TryBlock(..) |
125
ast::ExprKind::Tup(..) |
126
ast::ExprKind::Array(..) |
127
ast::ExprKind::While(..) |
0 commit comments