mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-13 12:36:47 +00:00
Support ast::ExprKind::Become
in clippy
This commit is contained in:
parent
f28ec85530
commit
efec6d61b5
@ -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…
Reference in New Issue
Block a user