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
A few clippy lints make use of the str_from_utf8* diagnostic items. Since recently, there is now a new set of diagnostic items str_inherent_from_utf8* associated with the inherent_str_constructors feature rust-lang/rust#131114, which should be checked in the same way.