1
Fork 0

Some style nits

This commit is contained in:
Oli Scherer 2022-12-19 13:14:03 +00:00
parent 8b1530260c
commit e405dabf7d
3 changed files with 4 additions and 4 deletions

View file

@ -1163,7 +1163,7 @@ impl<'a, 'tcx> TypeChecker<'a, 'tcx> {
tcx,
self.param_env,
proj,
|this, field, _| {
|this, field, ()| {
let ty = this.field_ty(tcx, field);
self.normalize(ty, locations)
},