Skip to content

Commit 17a4bec

Browse files
committed
cargo fmt
1 parent c9df2bb commit 17a4bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capnp-rpc/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ pub trait VatNetwork<VatId> {
165165
/// [level 3](https://capnproto.org/rpc.html#protocol-features) features.
166166
///
167167
/// An `RpcSystem` is a non-`Send`able `Future` and needs to be driven by a task
168-
/// executor. A common way accomplish that is to pass the `RpcSystem` to
168+
/// executor. A common way accomplish that is to pass the `RpcSystem` to
169169
/// `tokio::task::spawn_local()`.
170170
#[must_use = "futures do nothing unless polled"]
171171
pub struct RpcSystem<VatId>

0 commit comments

Comments
 (0)