Skip to content

Commit a15c3a3

Browse files
committed
Fix the clippy build
1 parent e094ee5 commit a15c3a3

File tree

1 file changed

+1
-0
lines changed
  • src/tools/clippy/clippy_utils/src

1 file changed

+1
-0
lines changed

src/tools/clippy/clippy_utils/src/sugg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ impl<'a> Sugg<'a> {
214214
| ast::ExprKind::Path(..)
215215
| ast::ExprKind::Repeat(..)
216216
| ast::ExprKind::Ret(..)
217+
| ast::ExprKind::Yeet(..)
217218
| ast::ExprKind::Struct(..)
218219
| ast::ExprKind::Try(..)
219220
| ast::ExprKind::TryBlock(..)

0 commit comments

Comments
 (0)