diff --git a/client/beefy/src/worker.rs b/client/beefy/src/worker.rs index 63ddfb9041c08..0b22f20e3135b 100644 --- a/client/beefy/src/worker.rs +++ b/client/beefy/src/worker.rs @@ -14,6 +14,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +#![allow(clippy::collapsible_match)] + use std::{collections::BTreeSet, fmt::Debug, marker::PhantomData, sync::Arc}; use codec::{Codec, Decode, Encode};