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.
1 parent e094ee5 commit a15c3a3Copy full SHA for a15c3a3
src/tools/clippy/clippy_utils/src/sugg.rs
@@ -214,6 +214,7 @@ impl<'a> Sugg<'a> {
214
| ast::ExprKind::Path(..)
215
| ast::ExprKind::Repeat(..)
216
| ast::ExprKind::Ret(..)
217
+ | ast::ExprKind::Yeet(..)
218
| ast::ExprKind::Struct(..)
219
| ast::ExprKind::Try(..)
220
| ast::ExprKind::TryBlock(..)
0 commit comments