Skip to content

Commit c878caf

Browse files
committed
Make clippy compile.
1 parent 525b0bb commit c878caf

File tree

1 file changed

+1
-0
lines changed
  • src/tools/clippy/clippy_utils/src

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ impl<'a> Sugg<'a> {
219219
| ast::ExprKind::Repeat(..)
220220
| ast::ExprKind::Ret(..)
221221
| ast::ExprKind::Yeet(..)
222+
| ast::ExprKind::FormatArgs(..)
222223
| ast::ExprKind::Struct(..)
223224
| ast::ExprKind::Try(..)
224225
| ast::ExprKind::TryBlock(..)

0 commit comments

Comments
 (0)