Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Feb 7, 2025
1 parent 291c81b commit 03d3027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/provider/src/provider/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ impl<N: Network> Provider<N> for WrappedProvider<N> {
self.0.weak_client()
}

#[allow(clippy::use_self)]
fn wrapped(self) -> WrappedProvider<N>
where
Self: Sized + 'static,
Expand Down

0 comments on commit 03d3027

Please sign in to comment.