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
+3
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"