Support ast::ExprKind::Become
in clippy
This commit is contained in:
parent
0355d41fd8
commit
b967f5c30d
@ -211,6 +211,7 @@ impl<'a> Sugg<'a> {
|
|||||||
| ast::ExprKind::Path(..)
|
| ast::ExprKind::Path(..)
|
||||||
| ast::ExprKind::Repeat(..)
|
| ast::ExprKind::Repeat(..)
|
||||||
| ast::ExprKind::Ret(..)
|
| ast::ExprKind::Ret(..)
|
||||||
|
| ast::ExprKind::Become(..)
|
||||||
| ast::ExprKind::Yeet(..)
|
| ast::ExprKind::Yeet(..)
|
||||||
| ast::ExprKind::FormatArgs(..)
|
| ast::ExprKind::FormatArgs(..)
|
||||||
| ast::ExprKind::Struct(..)
|
| ast::ExprKind::Struct(..)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user