enable format_push_string lint

This commit is contained in:
Charles Hall 2024-05-12 16:36:51 -07:00
parent 5fd156a6bb
commit bd6ea4e358
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 22 additions and 12 deletions

View file

@ -28,6 +28,7 @@ empty_structs_with_brackets = "warn"
error_impl_error = "warn"
filetype_is_file = "warn"
float_cmp_const = "warn"
format_push_string = "warn"
get_unwrap = "warn"
lossy_float_literal = "warn"
mem_forget = "warn"