From 723db308471bc491dc3892496ae3858aefaedc19 Mon Sep 17 00:00:00 2001 From: danielSanchezQ <3danimanimal@gmail.com> Date: Thu, 1 Aug 2024 16:04:04 +0200 Subject: [PATCH] Clippy happy --- nomos-da/network/core/src/dispersal/executor/mod.rs | 1 + nomos-da/network/core/src/replication/mod.rs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nomos-da/network/core/src/dispersal/executor/mod.rs b/nomos-da/network/core/src/dispersal/executor/mod.rs index e69de29b..8b137891 100644 --- a/nomos-da/network/core/src/dispersal/executor/mod.rs +++ b/nomos-da/network/core/src/dispersal/executor/mod.rs @@ -0,0 +1 @@ + diff --git a/nomos-da/network/core/src/replication/mod.rs b/nomos-da/network/core/src/replication/mod.rs index d5f3a963..e675a0b3 100644 --- a/nomos-da/network/core/src/replication/mod.rs +++ b/nomos-da/network/core/src/replication/mod.rs @@ -33,7 +33,7 @@ mod test { [0].into_iter().collect() } - fn is_allowed(&self, id: &Self::Id) -> bool { + fn is_allowed(&self, _id: &Self::Id) -> bool { true }