You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TY: Do not store trait impls RsImplIndex.InherentImpls
There are 2 spearate indexes for inherent and trait impls.
Only store trait impls in RsImplIndex.TraitImpls
instead of also storing it in RsImplIndex.InherentImpls.
0 commit comments