From 17a4bec5d05f059fe63f3ddd47137a5b7f6140f6 Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Mon, 6 May 2024 23:47:50 -0400 Subject: [PATCH] cargo fmt --- capnp-rpc/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capnp-rpc/src/lib.rs b/capnp-rpc/src/lib.rs index 4daa007a2..957aca992 100644 --- a/capnp-rpc/src/lib.rs +++ b/capnp-rpc/src/lib.rs @@ -165,7 +165,7 @@ pub trait VatNetwork { /// [level 3](https://capnproto.org/rpc.html#protocol-features) features. /// /// An `RpcSystem` is a non-`Send`able `Future` and needs to be driven by a task -/// executor. A common way accomplish that is to pass the `RpcSystem` to +/// executor. A common way accomplish that is to pass the `RpcSystem` to /// `tokio::task::spawn_local()`. #[must_use = "futures do nothing unless polled"] pub struct RpcSystem