1
Fork 0

Remove some comments, inline interner fn

This commit is contained in:
Michael Goulet 2022-05-27 07:52:56 -07:00
parent 34e05812e0
commit f05a92d158
4 changed files with 4 additions and 39 deletions

View file

@ -382,6 +382,7 @@ impl<'a, 'tcx> TyDecoder for DecodeContext<'a, 'tcx> {
type I = TyInterner<'tcx>;
#[inline]
fn interner(&self) -> Self::I {
TyInterner { tcx: self.tcx() }
}