Fix the clippy build

This commit is contained in:
Scott McMurray 2022-04-24 19:08:23 -07:00
parent e46c782662
commit defc537a2e

View file

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