Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit defc537

Browse files
committed
Fix the clippy build
1 parent e46c782 commit defc537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)