1
Fork 0

[Clippy] Swap single_char_add_str/format_push_string to use diagnostic items instead of paths

This commit is contained in:
GnomedDev 2024-09-18 21:37:12 +01:00
parent 037b9784b6
commit 28f4c8293a
No known key found for this signature in database
GPG key ID: 9BF10F8372B254D1
5 changed files with 9 additions and 7 deletions

View file

@ -1882,6 +1882,8 @@ symbols! {
string_as_mut_str,
string_as_str,
string_deref_patterns,
string_insert_str,
string_push_str,
stringify,
struct_field_attributes,
struct_inherit,