Skip to content

Commit dff2ebb

Browse files
committed
Remove FIXME
now is the time
1 parent 5c81741 commit dff2ebb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/items.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ impl<'a> FmtVisitor<'a> {
545545

546546
let variant_body = match field.node.data {
547547
ast::VariantData::Tuple(..) | ast::VariantData::Struct(..) => {
548-
// FIXME: Should limit the width, as we have a trailing comma
549548
format_struct(
550549
&context,
551550
&StructParts::from_variant(field),

0 commit comments

Comments
 (0)