Remove trivial Binder::dummy calls
This commit is contained in:
parent
6d817365e5
commit
7b3d6dad20
9 changed files with 9 additions and 9 deletions
|
@ -26,7 +26,7 @@ pub trait TraitEngine<'tcx>: 'tcx {
|
|||
cause,
|
||||
recursion_depth: 0,
|
||||
param_env,
|
||||
predicate: ty::Binder::dummy(trait_ref).upcast(infcx.tcx),
|
||||
predicate: trait_ref.upcast(infcx.tcx),
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue