chore: silence unused warnings (#1162)
This commit is contained in:
parent
9047f96d95
commit
35c29c82c6
|
@ -72,6 +72,7 @@ pub enum Response<'a> {
|
||||||
Error { id: u64, jsonrpc: &'a str, error: JsonRpcError },
|
Error { id: u64, jsonrpc: &'a str, error: JsonRpcError },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(unused)]
|
||||||
impl Response<'_> {
|
impl Response<'_> {
|
||||||
pub fn id(&self) -> u64 {
|
pub fn id(&self) -> u64 {
|
||||||
match self {
|
match self {
|
||||||
|
|
Loading…
Reference in New Issue