mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
Removed Clone from FlagArg
This commit is contained in:
parent
3f693870bb
commit
22d7bb0c42
1 changed files with 0 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
#[derive(Clone)]
|
||||
pub struct FlagArg {
|
||||
pub name: &'static str,
|
||||
pub short: Option<char>,
|
||||
|
|
Loading…
Reference in a new issue