refactor(derive): Remove dead code

This commit is contained in:
Ed Page 2022-11-07 08:08:06 -06:00
parent 5ee9e0fe76
commit 73be1fef99

View file

@ -155,9 +155,6 @@ impl Item {
"methods are not allowed for flattened entry"
);
}
// ignore doc comments
res.doc_comment = vec![];
}
Kind::Subcommand(_)
@ -231,9 +228,6 @@ impl Item {
"methods are not allowed for flattened entry"
);
}
// ignore doc comments
res.doc_comment = vec![];
}
Kind::Subcommand(_) => {