1
Fork 0

Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_unchecked

This commit is contained in:
Urgau 2023-05-13 17:12:45 +02:00
parent 1a5f8bce74
commit 7f8846a9ef
8 changed files with 211 additions and 0 deletions

View file

@ -1454,6 +1454,8 @@ symbols! {
stop_after_dataflow,
store,
str,
str_from_utf8_unchecked,
str_from_utf8_unchecked_mut,
str_split_whitespace,
str_trim,
str_trim_end,