build(lint): warn format_push_string

This commit is contained in:
Rudxain 2024-07-11 12:54:54 -04:00
commit fdaeb2368d

View file

@ -59,3 +59,4 @@ unsafe_code = "deny"
[lints.clippy]
unwrap_used = "warn"
exit = "deny"
format_push_string = "warn"