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 suggest adding a lint for when a programmer makes a macro, imports something into said macro and forgets $ before crate keyword. Exporting macros across crates can be a hassel, atleast for me.