mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-23 21:23:20 +00:00
Remove FIXME
now is the time
This commit is contained in:
parent
5c81741733
commit
dff2ebba05
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user