Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore: silence unused warnings (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Apr 21, 2022
1 parent 9047f96 commit 35c29c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ethers-providers/src/transports/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ pub enum Response<'a> {
Error { id: u64, jsonrpc: &'a str, error: JsonRpcError },
}

#[allow(unused)]
impl Response<'_> {
pub fn id(&self) -> u64 {
match self {
Expand Down

0 comments on commit 35c29c8

Please sign in to comment.