statrs-dev / statrs

Statistical computation library for Rust
https://docs.rs/statrs/latest/statrs/
MIT License
603 stars 84 forks source link

Inline string formatting arguments when possible #282

Closed FreezyLemon closed 2 months ago

FreezyLemon commented 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.