Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepySkeleton committed Jul 19, 2020
1 parent 3de53f2 commit 723e699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ impl<'help, 'app> Parser<'help, 'app> {
true
}

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

0 comments on commit 723e699

Please sign in to comment.