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::Move
1 parent 0dcce73 commit 1203e52Copy full SHA for 1203e52
1 file changed
src/tools/clippy/clippy_utils/src/sugg.rs
@@ -231,6 +231,7 @@ impl<'a> Sugg<'a> {
231
| ast::ExprKind::Loop(..)
232
| ast::ExprKind::MacCall(..)
233
| ast::ExprKind::MethodCall(..)
234
+ | ast::ExprKind::Move(..)
235
| ast::ExprKind::Paren(..)
236
| ast::ExprKind::Underscore
237
| ast::ExprKind::Path(..)
0 commit comments