chore: misc clippy fixes (#7926)

This commit is contained in:
Matthias Seitz
2024-04-27 06:25:09 +02:00
committed by GitHub
parent 2f052a8112
commit 6bdba8a2a6
4 changed files with 5 additions and 7 deletions

View File

@@ -788,7 +788,7 @@ pub fn dummy_endpoint() -> String {
mod tests {
use super::*;
use crate::client::IpcClientBuilder;
use futures::future::{select, Either};
use futures::future::select;
use jsonrpsee::{
core::{
client,