Closed FreezyLemon closed 2 months ago
This has been stable since 1.58.0, and since it's unlikely that the MSRV will reduce below 1.61, I think it's fine to change this because it increases readability.
clippy also has a lint for this (uninlined_format_args), but that might be overkill.
uninlined_format_args
This has been stable since 1.58.0, and since it's unlikely that the MSRV will reduce below 1.61, I think it's fine to change this because it increases readability.
clippy also has a lint for this (
uninlined_format_args
), but that might be overkill.