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
Sometimes using autocomplete changes the imports (adding fmt::Error to std::io::Error). The autocomplete should not be changing text in different places unless I'm doing a code action
Sometimes using autocomplete changes the imports (adding
fmt::Errortostd::io::Error). The autocomplete should not be changing text in different places unless I'm doing a code action