remove two unnecessary string heap allocs

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-02 17:33:46 -05:00 committed by June
parent a9f714ae8d
commit 04d16ac544
3 changed files with 7 additions and 5 deletions

View file

@ -277,7 +277,7 @@ empty_drop = "warn"
exit = "warn"
filetype_is_file = "warn"
float_cmp_const = "warn"
# format_push_string = "warn"
format_push_string = "warn"
impl_trait_in_params = "warn"
infinite_loop = "warn"
# let_underscore_untyped = "warn"