Remove some comments, inline interner fn
This commit is contained in:
parent
34e05812e0
commit
f05a92d158
4 changed files with 4 additions and 39 deletions
|
@ -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() }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue