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
I noticed that in ty, there was some code that referred to ast::m_mutbl even though ty imports syntax::ast::*, so it could just be m_mutbl. There should be a lint pass to point out these cases so as to reduce the amount of random noise in code.