From 5e17a76b6f1631df43091739813ab2f49fd75179 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Mon, 23 Sep 2024 09:05:47 +0000 Subject: [PATCH] Clippy --- src/eth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eth.rs b/src/eth.rs index 760837d..6e359d2 100644 --- a/src/eth.rs +++ b/src/eth.rs @@ -113,7 +113,7 @@ where /// - `user` - a user-provided future that will be polled only when the netif interface is up pub async fn run<'d, H, P, I, U>( &self, - mut persist: P, + persist: P, netif: I, handler: H, user: U,