Update existing std::str::*
lints to also check inherent_str_constructors
#14254
Labels
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
good-first-issue
These issues are a good way to get started with Clippy
Description
A few clippy lints make use of the
str_from_utf8*
diagnostic items. Since recently, there is now a new set of diagnostic itemsstr_inherent_from_utf8*
associated with theinherent_str_constructors
feature rust-lang/rust#131114, which should be checked in the same way.See rust-lang/rust#137101 for the rustc update.
The text was updated successfully, but these errors were encountered: