Skip to content

Commit

Permalink
clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Jun 24, 2024
1 parent 1fb61ac commit dee74c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/builder/rpc_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ use std::ops::Deref;
use futures::{Future, Stream, StreamExt};
use jsonrpsee::{
types::{ErrorCode, ErrorObject, Params, ResponsePayload},
IntoResponse, RpcModule, SubscriptionCloseResponse, SubscriptionMessage,
RpcModule, SubscriptionCloseResponse, SubscriptionMessage,
};
use serde::{de::Error, Serialize};
use serde::Serialize;
use serde_json::json;

use crate::{FromRequestExtensions, RequestKind, RpcError};
Expand Down

0 comments on commit dee74c2

Please sign in to comment.