inline a trivial function
This commit is contained in:
parent
00c24dd8ce
commit
33d0ce95a9
1 changed files with 1 additions and 0 deletions
|
@ -455,6 +455,7 @@ const BOOL_TYS: TyS<'static> = TyS {
|
|||
};
|
||||
|
||||
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for TyS<'tcx> {
|
||||
#[inline]
|
||||
fn hash_stable(&self, hcx: &mut StableHashingContext<'a>, hasher: &mut StableHasher) {
|
||||
let TyS {
|
||||
kind,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue