Support ast::ExprKind::Become in clippy

This commit is contained in:
Maybe Waffle 2023-06-19 12:22:02 +00:00
parent f28ec85530
commit efec6d61b5

View File

@ -211,6 +211,7 @@ impl<'a> Sugg<'a> {
| ast::ExprKind::Path(..)
| ast::ExprKind::Repeat(..)
| ast::ExprKind::Ret(..)
| ast::ExprKind::Become(..)
| ast::ExprKind::Yeet(..)
| ast::ExprKind::FormatArgs(..)
| ast::ExprKind::Struct(..)