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
There are places where we call to_string_lossy on paths while we're doing things like building up a command as a slice of strings. But there's no good reason to force these things to be UTF-8. We should use OsStr for this stuff instead.