Some style nits
This commit is contained in:
parent
8b1530260c
commit
e405dabf7d
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue