Closed
Description
I.e., if a condition spans multiple lines, the lines should be aligned. E.g.,
ItemKind::Enum(_, Generics { ref ty_params, .. })
- if ty_params.is_empty() &&
- attr::contains_name(&annitem.attrs, "derive_Copy") => {
+ if ty_params.is_empty()
+ && attr::contains_name(&annitem.attrs, "derive_Copy") => {
Whilst I've labelled this easy, it is probably good as a second bug, rather than a first.