mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Make clippy compile.
This commit is contained in:
parent
5f8686ec3b
commit
dd168838b9
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ impl<'a> Sugg<'a> {
|
|||
| ast::ExprKind::Repeat(..)
|
||||
| ast::ExprKind::Ret(..)
|
||||
| ast::ExprKind::Yeet(..)
|
||||
| ast::ExprKind::FormatArgs(..)
|
||||
| ast::ExprKind::Struct(..)
|
||||
| ast::ExprKind::Try(..)
|
||||
| ast::ExprKind::TryBlock(..)
|
||||
|
|
Loading…
Reference in a new issue