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
Currently we format module::{self} to exactly the same thing, but this ::{self} is redundant and is likely an artifact from somebody removing rest of the imports within the {} list.
We should just remove the ::{self} part.
The text was updated successfully, but these errors were encountered:
Currently we format
module::{self}
to exactly the same thing, but this::{self}
is redundant and is likely an artifact from somebody removing rest of the imports within the{}
list.We should just remove the
::{self}
part.The text was updated successfully, but these errors were encountered: