Skip to content

Simplify Debug implementation for Aid#34

Merged
robin-nitrokey merged 1 commit intomainfrom
clippy
Apr 17, 2026
Merged

Simplify Debug implementation for Aid#34
robin-nitrokey merged 1 commit intomainfrom
clippy

Conversation

@robin-nitrokey
Copy link
Copy Markdown
Member

This patch replaces f.write_fmt(format_args!(...)) with write!(f, ...) and uses named parameters where possible to fix a clippy lint.

This patch replaces f.write_fmt(format_args!(...)) with write!(f, ...)
and uses named parameters where possible to fix a clippy lint.
@robin-nitrokey robin-nitrokey merged commit 32da051 into main Apr 17, 2026
3 checks passed
@robin-nitrokey robin-nitrokey deleted the clippy branch April 17, 2026 09:52
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