[Clippy] Swap manual_strip
to use diagnostic items instead of paths
This commit is contained in:
parent
89532c0f30
commit
5f42ae13c1
4 changed files with 11 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue