ramosbugs / oauth2-rs

Extensible, strongly-typed Rust OAuth2 client library
Apache License 2.0
939 stars 163 forks source link

feat: inline format args #270

Closed CosminPerRam closed 6 months ago

CosminPerRam commented 6 months ago

Since the MSRV of 5.x will be 1.65, inline format args were added in 1.58, this PR replaces every possible encounter of this. This PR comes with better code readability (marginally and only in some occasions at least) and no disadvantages.

ramosbugs commented 6 months ago

Thanks!