Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline string formatting arguments when possible #282

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

FreezyLemon
Copy link
Contributor

@FreezyLemon FreezyLemon commented Sep 10, 2024

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.

Stable since 1.58.0
@YeungOnion YeungOnion merged commit 1f8e00a into statrs-dev:master Sep 10, 2024
7 of 8 checks passed
@FreezyLemon FreezyLemon deleted the use-new-format-syntax branch September 10, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants