mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 08:13:02 +02:00
chore: Fix most clippy issue, format & typos
This commit is contained in:
parent
67e5869e43
commit
d7b48a0f7c
19 changed files with 369 additions and 409 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue