From 818f62bd5c1c3b07b148d782f454984511ae4d08 Mon Sep 17 00:00:00 2001 From: Donough Liu Date: Wed, 30 Dec 2020 02:18:53 +0800 Subject: [PATCH] Unused clippy allow --- src/parse/parser.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/parse/parser.rs b/src/parse/parser.rs index 4e05473fdfb..107c01312de 100644 --- a/src/parse/parser.rs +++ b/src/parse/parser.rs @@ -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");