Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 24, 2024
1 parent 1e3c961 commit cf0033f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions iroh/src/node/protocol/blobs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ use iroh_blobs::{
use iroh_net::{endpoint::Connecting, Endpoint, NodeAddr};
use tracing::{debug, warn};

use super::ProtocolHandler;
use crate::{
client::blobs::DownloadMode,
rpc_protocol::blobs::{BatchId, DownloadRequest as BlobDownloadRequest},
};

use super::ProtocolHandler;

#[derive(Debug)]
pub(crate) struct BlobsProtocol<S> {
rt: LocalPoolHandle,
Expand Down
2 changes: 1 addition & 1 deletion iroh/src/node/rpc/docs.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! This module contains an impl block on [`DocsEngine`] with handlers for RPC requests
//! This module contains an impl block on [`DocsProtocol`] with handlers for RPC requests

use anyhow::anyhow;
use futures_lite::{Stream, StreamExt};
Expand Down

0 comments on commit cf0033f

Please sign in to comment.