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