Removed Clone from FlagArg

This commit is contained in:
Kevin K 2015-02-28 09:30:34 -05:00
parent 3f693870bb
commit 22d7bb0c42

View file

@ -1,4 +1,3 @@
#[derive(Clone)]
pub struct FlagArg {
pub name: &'static str,
pub short: Option<char>,