Remove out-of-date comment.
This commit is contained in:
parent
afbff05c84
commit
3fdcde76d9
1 changed files with 0 additions and 2 deletions
|
@ -121,8 +121,6 @@ where
|
||||||
value.try_fold_with(&mut FullTypeResolver { infcx })
|
value.try_fold_with(&mut FullTypeResolver { infcx })
|
||||||
}
|
}
|
||||||
|
|
||||||
// N.B. This type is not public because the protocol around checking the
|
|
||||||
// `err` field is not enforceable otherwise.
|
|
||||||
struct FullTypeResolver<'a, 'tcx> {
|
struct FullTypeResolver<'a, 'tcx> {
|
||||||
infcx: &'a InferCtxt<'tcx>,
|
infcx: &'a InferCtxt<'tcx>,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue