Skip to content

Commit

Permalink
fix: fixes nightly build with new lints
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jan 28, 2016
1 parent 0d9323d commit 1759919
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/args/arg_builder/flag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ impl<'a, 'b, 'z> From<&'z Arg<'a, 'b>> for FlagBuilder<'a, 'b> {
overrides: a.overrides.clone(),
requires: a.requires.clone(),
settings: a.settings.clone(),
..Default::default()
}
}
}
Expand Down

0 comments on commit 1759919

Please sign in to comment.