Format all the let chains in compiler
This commit is contained in:
@@ -104,7 +104,7 @@ impl CanonicalVarValues<'_> {
|
||||
} else {
|
||||
// It's ok if this region var isn't unique
|
||||
}
|
||||
},
|
||||
}
|
||||
ty::GenericArgKind::Type(ty) => {
|
||||
if let ty::Bound(ty::INNERMOST, bt) = *ty.kind()
|
||||
&& var == bt.var
|
||||
|
||||
Reference in New Issue
Block a user