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
Rollup merge of rust-lang#51178 - GabrielMajeri:os-str-compare, r=SimonSapin
Implement PartialEq between &str and OsString
This fixesrust-lang#49854.
It allows equality comparison between `OsString` values and `str` references, such as `os_string == "something"`.
0 commit comments