Skip to content

Commit

Permalink
chore: clippy run
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Feb 21, 2017
1 parent e5159f7 commit 65b12f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ impl<'a, 'b> Parser<'a, 'b>

pub fn required(&self) -> Iter<&str> { self.required.iter() }

#[cfg_attr(feature = "lints", allow(needless_borrow))]
pub fn get_required_from(&self,
reqs: &[&'a str],
matcher: Option<&ArgMatcher<'a>>,
Expand Down

0 comments on commit 65b12f9

Please sign in to comment.