Remove FIXME

now is the time
This commit is contained in:
topecongiro 2017-11-27 20:58:39 +09:00
parent 5c81741733
commit dff2ebba05

View File

@ -545,7 +545,6 @@ impl<'a> FmtVisitor<'a> {
let variant_body = match field.node.data {
ast::VariantData::Tuple(..) | ast::VariantData::Struct(..) => {
// FIXME: Should limit the width, as we have a trailing comma
format_struct(
&context,
&StructParts::from_variant(field),