chore: Allow raw string hashes for metadata crate

This commit is contained in:
Jade Ellis 2025-05-11 20:03:14 +01:00
parent e31d261e66
commit 034762c619
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

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"