mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: fix unnameable-types lint on blockchain-tree and rpc crates (#9757)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
This commit is contained in:
@ -32,10 +32,7 @@ use tower::{layer::util::Identity, Layer, Service};
|
||||
use tracing::{debug, instrument, trace, warn, Instrument};
|
||||
// re-export so can be used during builder setup
|
||||
use crate::{
|
||||
server::{
|
||||
connection::IpcConnDriver,
|
||||
rpc_service::{RpcService, RpcServiceCfg},
|
||||
},
|
||||
server::{connection::IpcConnDriver, rpc_service::RpcServiceCfg},
|
||||
stream_codec::StreamCodec,
|
||||
};
|
||||
use tokio::sync::mpsc;
|
||||
@ -46,6 +43,8 @@ mod connection;
|
||||
mod ipc;
|
||||
mod rpc_service;
|
||||
|
||||
pub use rpc_service::RpcService;
|
||||
|
||||
/// Ipc Server implementation
|
||||
///
|
||||
/// This is an adapted `jsonrpsee` Server, but for `Ipc` connections.
|
||||
|
||||
Reference in New Issue
Block a user