chore: Allow raw string hashes for metadata crate

This commit is contained in:
Jade Ellis 2025-05-11 20:03:14 +01:00 committed by magmaus3
parent ce08d8e738
commit 1b0580855d
Signed by: magmaus3
GPG key ID: C8AABFABFA2FAF66

View file

@ -988,3 +988,6 @@ let_underscore_future = { level = "allow", priority = 1 }
# rust doesnt understand conduwuit's custom log macros
literal_string_with_formatting_args = { level = "allow", priority = 1 }
needless_raw_string_hashes = "allow"