Skip to content

Commit

Permalink
Support ast::ExprKind::Become in clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Jun 19, 2023
1 parent f28ec85 commit efec6d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy_utils/src/sugg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(..)
Expand Down

0 comments on commit efec6d6

Please sign in to comment.