Format all the let chains in compiler
This commit is contained in:
parent
2763ca50da
commit
b2d2184ede
206 changed files with 3120 additions and 2228 deletions
|
@ -188,10 +188,7 @@ fn resolve_associated_item<'tcx>(
|
|||
&& trait_item_id != leaf_def.item.def_id
|
||||
&& let Some(leaf_def_item) = leaf_def.item.def_id.as_local()
|
||||
{
|
||||
tcx.compare_impl_const((
|
||||
leaf_def_item,
|
||||
trait_item_id,
|
||||
))?;
|
||||
tcx.compare_impl_const((leaf_def_item, trait_item_id))?;
|
||||
}
|
||||
|
||||
Some(ty::Instance::new(leaf_def.item.def_id, args))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue