Skip to content

Commit

Permalink
tell clippy that it's okay
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 23, 2024
1 parent 64757ad commit 692cdcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capnp-rpc/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,7 @@ impl<VatId> ConnectionState<VatId> {
/// Implements exporting of a promise. The promise has been exported under the given ID, and is
/// to eventually resolve to the ClientHook produced by `promise`. This method waits for that
/// resolve to happen and then sends the appropriate `Resolve` message to the peer.
#[allow(clippy::await_holding_refcell_ref)] // https://github.com/rust-lang/rust-clippy/issues/6353
fn resolve_exported_promise(
state: &Rc<Self>,
export_id: ExportId,
Expand Down

0 comments on commit 692cdcf

Please sign in to comment.