Skip to content

Improve readability of conditional expressions split across lines by rustfmt #49

@coderabbitai

Description

@coderabbitai

After configuring nightly rustfmt in PR #48, some conditional expressions are now awkwardly split across lines (e.g. if let ... && ...). These could be improved by extracting relevant conditionals as predicate functions to enhance code readability.

Background
This issue arose from the rustfmt formatting changes introduced in PR #48.

Backlinks

Requested by: @leynos

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions