fix clippy breakage due to https://github.com/rust-lang/rust/pull/52602
This commit is contained in:
@@ -105,7 +105,6 @@ impl<'a> Sugg<'a> {
|
|||||||
ast::ExprKind::Block(..) |
|
ast::ExprKind::Block(..) |
|
||||||
ast::ExprKind::Break(..) |
|
ast::ExprKind::Break(..) |
|
||||||
ast::ExprKind::Call(..) |
|
ast::ExprKind::Call(..) |
|
||||||
ast::ExprKind::Catch(..) |
|
|
||||||
ast::ExprKind::Continue(..) |
|
ast::ExprKind::Continue(..) |
|
||||||
ast::ExprKind::Yield(..) |
|
ast::ExprKind::Yield(..) |
|
||||||
ast::ExprKind::Field(..) |
|
ast::ExprKind::Field(..) |
|
||||||
@@ -122,6 +121,7 @@ impl<'a> Sugg<'a> {
|
|||||||
ast::ExprKind::Ret(..) |
|
ast::ExprKind::Ret(..) |
|
||||||
ast::ExprKind::Struct(..) |
|
ast::ExprKind::Struct(..) |
|
||||||
ast::ExprKind::Try(..) |
|
ast::ExprKind::Try(..) |
|
||||||
|
ast::ExprKind::TryBlock(..) |
|
||||||
ast::ExprKind::Tup(..) |
|
ast::ExprKind::Tup(..) |
|
||||||
ast::ExprKind::Array(..) |
|
ast::ExprKind::Array(..) |
|
||||||
ast::ExprKind::While(..) |
|
ast::ExprKind::While(..) |
|
||||||
|
|||||||
Reference in New Issue
Block a user