mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-11 15:35:07 -05:00
chore: misc clippy fixes (#7926)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user