mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +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 struct FlagArg {
|
||||||
pub name: &'static str,
|
pub name: &'static str,
|
||||||
pub short: Option<char>,
|
pub short: Option<char>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue