fix clippy (#1334)

This commit is contained in:
Niklas Adolfsson
2024-01-03 12:18:56 +01:00
committed by GitHub
parent 47b8c90be5
commit 38d8e714ec
6 changed files with 6 additions and 12 deletions
+1 -4
View File
@@ -103,10 +103,7 @@ async fn run() {
mod client {
pub use jsonrpsee::{
client_transport::ws::{Receiver, Sender, Url, WsTransportClientBuilder},
core::{
client::{Client, ClientBuilder},
Error,
},
core::{client::Client, Error},
};
pub use jsonrpsee::core::{client::ClientT, rpc_params};