I think rustfmt is broken.
I pretty consistently manage to get into a situation where it just silently gives up and leaves simple things like misaligned opening and ending braces be
ie:
a {
b {
}
}
just doesn't get formatted.
I pretty consistently manage to get into a situation where it just silently gives up and leaves simple things like misaligned opening and ending braces be
ie:
a {
b {
}
}
just doesn't get formatted.
Comments
iter().chain().map(|| -> Ascribed { async { for x in y { } } })