Make clippy compile.

This commit is contained in:
Mara Bos 2023-01-11 21:42:08 +01:00
parent 5f8686ec3b
commit dd168838b9

View file

@ -219,6 +219,7 @@ impl<'a> Sugg<'a> {
| ast::ExprKind::Repeat(..) | ast::ExprKind::Repeat(..)
| ast::ExprKind::Ret(..) | ast::ExprKind::Ret(..)
| ast::ExprKind::Yeet(..) | ast::ExprKind::Yeet(..)
| ast::ExprKind::FormatArgs(..)
| ast::ExprKind::Struct(..) | ast::ExprKind::Struct(..)
| ast::ExprKind::Try(..) | ast::ExprKind::Try(..)
| ast::ExprKind::TryBlock(..) | ast::ExprKind::TryBlock(..)