1
Fork 0

[Clippy] Swap manual_strip to use diagnostic items instead of paths

This commit is contained in:
GnomedDev 2024-09-18 22:13:50 +01:00
parent 89532c0f30
commit 5f42ae13c1
No known key found for this signature in database
GPG key ID: 9BF10F8372B254D1
4 changed files with 11 additions and 8 deletions

View file

@ -1876,11 +1876,14 @@ symbols! {
store,
str,
str_chars,
str_ends_with,
str_from_utf8,
str_from_utf8_mut,
str_from_utf8_unchecked,
str_from_utf8_unchecked_mut,
str_len,
str_split_whitespace,
str_starts_with,
str_trim,
str_trim_end,
str_trim_start,