Skip to content

Commit efec6d6

Browse files
committed
Support ast::ExprKind::Become in clippy
1 parent f28ec85 commit efec6d6

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
@@ -211,6 +211,7 @@ impl<'a> Sugg<'a> {
211211
| ast::ExprKind::Path(..)
212212
| ast::ExprKind::Repeat(..)
213213
| ast::ExprKind::Ret(..)
214+
| ast::ExprKind::Become(..)
214215
| ast::ExprKind::Yeet(..)
215216
| ast::ExprKind::FormatArgs(..)
216217
| ast::ExprKind::Struct(..)

0 commit comments

Comments
 (0)