mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
refactor(derive): Remove dead code
This commit is contained in:
parent
5ee9e0fe76
commit
73be1fef99
1 changed files with 0 additions and 6 deletions
|
@ -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(_) => {
|
||||
|
|
Loading…
Reference in a new issue