clippy.... you sometimes are annoying!

This commit is contained in:
Sébastien Besnier 2020-11-14 20:08:55 +01:00
parent 6be94c5f29
commit f647e8fcf0

View file

@ -817,9 +817,8 @@ pub fn fmt_record<'a>(
fmt_final_comments_spaces(buf, final_comments.iter(), field_indent);
newline(buf, indent);
} else
// is_multiline == false
{
} else {
// is_multiline == false
buf.push(' ');
let field_indent = indent;
let mut iter = loc_fields.iter().peekable();