Skip to content

Commit

Permalink
Unused clippy allow
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 committed Jan 30, 2021
1 parent 45753d5 commit 818f62b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parse/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ impl<'help, 'app> Parser<'help, 'app> {
true
}

#[allow(clippy::blocks_in_if_conditions)]
// Does all the initializing and prepares the parser
pub(crate) fn _build(&mut self) {
debug!("Parser::_build");
Expand Down

0 comments on commit 818f62b

Please sign in to comment.