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
When using a macro that expands to a particular fixed type, if you happen to use that macro in a context where Self could have been used the use_self lint will trigger and tell you to fix the macro.
Any way to make it not trigger on macro expansions?