Enable and fix warnings from clippy::uninlined_format_args (#3063)

This commit is contained in:
Jonas Platte
2024-12-03 22:27:14 +01:00
committed by GitHub
parent b5a0109221
commit 99c07e4d86
8 changed files with 17 additions and 17 deletions
+1
View File
@@ -43,6 +43,7 @@ rest_pat_in_fully_bound_structs = "warn"
str_to_string = "warn"
suboptimal_flops = "warn"
todo = "warn"
uninlined_format_args = "warn"
unnested_or_patterns = "warn"
unused_self = "warn"
verbose_file_reads = "warn"