Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mikea committed Dec 12, 2024
1 parent 9d4ff3c commit 5b4521c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion recapn-rpc/src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use recapn::{list, message, BuilderOf, NotInSchema, ReaderOf};
use recapn_channel::request::{RequestUsage, ResponseReceiverFactory};
use recapn_channel::{mpsc, request, PipelineResolver};


use crate::chan::{
self, ExternalMessage, LocalMessage, MessagePayload, Params, ParamsRoot, ResponseTarget,
RpcChannel, RpcResults, SetPipeline,
Expand Down
2 changes: 1 addition & 1 deletion recapn-rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ pub mod connection;
#[rustfmt::skip]
pub mod gen;
pub mod pipeline;
mod rt;
pub mod server;
pub mod table;
mod tokio;
mod rt;

pub(crate) use gen::capnp_rpc_capnp as rpc_capnp;
pub use rpc_capnp::exception::Type as ErrorKind;
Expand Down

0 comments on commit 5b4521c

Please sign in to comment.