Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Sep 23, 2024
1 parent 471655d commit 5e17a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5e17a76

Please sign in to comment.