We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ast::ExprKind::Become
1 parent 0355d41 commit b967f5cCopy full SHA for b967f5c
src/tools/clippy/clippy_utils/src/sugg.rs
@@ -211,6 +211,7 @@ impl<'a> Sugg<'a> {
211
| ast::ExprKind::Path(..)
212
| ast::ExprKind::Repeat(..)
213
| ast::ExprKind::Ret(..)
214
+ | ast::ExprKind::Become(..)
215
| ast::ExprKind::Yeet(..)
216
| ast::ExprKind::FormatArgs(..)
217
| ast::ExprKind::Struct(..)
0 commit comments