Support ast::ExprKind::Become in clippy
This commit is contained in:
parent
0355d41fd8
commit
b967f5c30d
1 changed files with 1 additions and 0 deletions
|
|
@ -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(..)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue