Skip to content

Commit 1203e52

Browse files
committed
support ast::ExprKind::Move in clippy
1 parent 0dcce73 commit 1203e52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/tools/clippy/clippy_utils/src

src/tools/clippy/clippy_utils/src/sugg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ impl<'a> Sugg<'a> {
231231
| ast::ExprKind::Loop(..)
232232
| ast::ExprKind::MacCall(..)
233233
| ast::ExprKind::MethodCall(..)
234+
| ast::ExprKind::Move(..)
234235
| ast::ExprKind::Paren(..)
235236
| ast::ExprKind::Underscore
236237
| ast::ExprKind::Path(..)

0 commit comments

Comments
 (0)