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 525b0bb commit c878cafCopy full SHA for c878caf
src/tools/clippy/clippy_utils/src/sugg.rs
@@ -219,6 +219,7 @@ impl<'a> Sugg<'a> {
219
| ast::ExprKind::Repeat(..)
220
| ast::ExprKind::Ret(..)
221
| ast::ExprKind::Yeet(..)
222
+ | ast::ExprKind::FormatArgs(..)
223
| ast::ExprKind::Struct(..)
224
| ast::ExprKind::Try(..)
225
| ast::ExprKind::TryBlock(..)
0 commit comments