Make clippy happy
This commit is contained in:
parent
e5df17aae5
commit
9fd0a415bb
8 changed files with 10 additions and 10 deletions
|
|
@ -588,7 +588,7 @@ impl<'a, 'tcx> PrintVisitor<'a, 'tcx> {
|
|||
},
|
||||
}
|
||||
},
|
||||
ExprKind::Err => kind!("Err"),
|
||||
ExprKind::Err(_) => kind!("Err"),
|
||||
ExprKind::DropTemps(expr) => {
|
||||
bind!(self, expr);
|
||||
kind!("DropTemps({expr})");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue