Resolve uninlined_format_args clippy warnings #1830

Closed
opened 2026-04-06 02:27:16 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 12/29/2022

The upcomming release of Rust 1.67.0 will warn on uninlined_format_args.
This PR resolves that by inlining all these items. It also looks nicer.

Also added a clippy.toml which indicates the MSRV to prevent clippy suggests which could break the MSRV version compile.

*Originally created by @BlackDex on 12/29/2022* The upcomming release of Rust 1.67.0 will warn on `uninlined_format_args`. This PR resolves that by inlining all these items. It also looks nicer. Also added a `clippy.toml` which indicates the **MSRV** to prevent clippy suggests which could break the **MSRV** version compile.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1830