Skip to content

Commit b967f5c

Browse files
committed
Support ast::ExprKind::Become in clippy
1 parent 0355d41 commit b967f5c

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

+1
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)