chore: Fix most clippy issue, format & typos

This commit is contained in:
Jade Ellis 2025-05-10 13:29:31 +01:00 committed by nexy7574
commit d7b48a0f7c
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F
19 changed files with 369 additions and 409 deletions

View file

@ -997,6 +997,12 @@ let_underscore_future = { level = "allow", priority = 1 }
# rust doesnt understand conduwuit's custom log macros
literal_string_with_formatting_args = { level = "allow", priority = 1 }
<<<<<<< HEAD
needless_raw_string_hashes = "allow"
||||||| parent of fd972f11 (chore: Fix most clippy issue, format & typos)
=======
needless_raw_string_hashes = "allow"
>>>>>>> fd972f11 (chore: Fix most clippy issue, format & typos)