Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit dd16883

Browse files
committed
Make clippy compile.
1 parent 5f8686e commit dd16883

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_utils/src/sugg.rs

Lines changed: 1 addition & 0 deletions
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)