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
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